MobileForms Toolkit Documentation

ItemMaskedTextBox.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

Draws the Text of the item in the given area.

See Also

ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace