MobileForms Toolkit Documentation

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

ItemComboBox displays also the drop arrow on the right side of text.

See Also

ItemComboBox Class | Resco.Controls.DetailView Namespace