MobileForms Toolkit Documentation

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

Remarks

Override this function to custom drawing of Item.

See Also

ItemPageBreak Class | Resco.Controls.DetailView Namespace