ItemStyleCheckBoxDraw Method

Draws the row item image during the run-time.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public override void Draw(
	Graphics gr,
	RowItem rowItem,
	Point offset,
	bool pressed
)

Parameters

gr  Graphics
Graphics object.
rowItem  RowItem
Specifies the RowItem to draw.
offset  Point
Specifies the offset on graphics object.
pressed  Boolean
Indicates, whether the ItemStyle is in pressed state by MouseDown event.

See Also