MobileForms Toolkit Documentation

ItemTextBox.DrawItemTextArea Method 

Draws the text area of the Item.

protected override void DrawItemTextArea(
Graphics gr,
ref Rectangle textBounds
);

Parameters

gr
Graphics to use for drawing.
textBounds
Calculated bounds of the text area.

Remarks

ItemTextBox displays the rectangular indicator, when text is exceeding its bounds. If you don't want to display the indicator, set ShowTextTooLong to false.

See Also

ItemTextBox Class | Resco.Controls.DetailView Namespace