AutoEditableItemStyleTextBoxDraw Method
Draw method of item.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public override void Draw(
Graphics gr,
RowItem rowItem,
Point offset,
bool pressed
)
Public Overrides Sub Draw (
gr As Graphics,
rowItem As RowItem,
offset As Point,
pressed As Boolean
)
Parameters
- gr Graphics
- Represents the Graphics.
- rowItem RowItem
- Represents the data.
- offset Point
- Specifies the offset on graphics object.
- pressed Boolean
- Indicates, whether the ItemStyle is in pressed state by MouseDown event.