MobileForms Toolkit Documentation

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

ItemLink 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

ItemLink Class | Resco.Controls.DetailView Namespace