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