MobileForms Toolkit Documentation

Item.DrawItemLabelArea Method 

Draws the label area of the Item.

protected virtual void DrawItemLabelArea(
Graphics gr,
Rectangle labelBounds
);

Parameters

gr
Graphics to use for drawing.
labelBounds
Calculated bounds of the label area.

Remarks

Draws the Label of the item in the given area.

See Also

Item Class | Resco.Controls.DetailView Namespace