ItemStyleDraw Method
Draws the item style.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public virtual void Draw(
Graphics gr,
RowItem rowItem,
Point offset,
bool pressed
)
Public Overridable Sub Draw (
gr As Graphics,
rowItem As RowItem,
offset As Point,
pressed As Boolean
)
Parameters
- gr Graphics
- The graphics object to draw on.
- rowItem RowItem
- The row item object to draw.
- offset Point
- Offset relative to the graphics object.
- pressed Boolean
- Indicates, whether the ItemStyle is in pressed state by MouseDown event.