MobileForms Toolkit Documentation

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

ItemCheckBox displays also the checkmark along with the text.

See Also

ItemCheckBox Class | Resco.Controls.DetailView Namespace