MobileForms Toolkit Documentation

Item.Draw Method 

Occurs when the Item is redrawn.

protected virtual void Draw(
Graphics gr,
int yOffset,
int parentWidth
);

Parameters

gr
Graphics to use to paint the Item.
yOffset
Vertical offset where to start draw Item.
parentWidth
Width of parent control.

Remarks

Override this function to custom drawing of Item.

See Also

Item Class | Resco.Controls.DetailView Namespace