CellPaintEventArgsIsEditing Property |
Gets a value indicating whether the cell is in edit mode.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsEditing { get; }
Public ReadOnly Property IsEditing As Boolean
Get
member IsEditing : bool with get
Property Value
Type:
Booleantrue if this cell is in edit mode; otherwise,
false.
See Also