MobileForms Toolkit Documentation

ItemLink.Draw Method 

Occurs when the Item is redrawn.

protected override 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.

See Also

ItemLink Class | Resco.Controls.DetailView Namespace