MobileForms Toolkit Documentation

Item.DrawItemTextArea Method 

Draws the text area of the Item.

protected virtual 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

Item Class | Resco.Controls.DetailView Namespace