'Declaration
Public Enum SelectionStyles Inherits System.Enum
'Usage
Dim instance As SelectionStyles
public enum SelectionStyles : System.Enum
'Declaration
Public Enum SelectionStyles Inherits System.Enum
'Usage
Dim instance As SelectionStyles
public enum SelectionStyles : System.Enum
Member | Description |
---|---|
Both | [3] Uses both the selection color settings and the renderer when cells are selected |
None | [0] Does not change how the cells are displayed when selected |
SelectionColors | [1] Uses the selection text and background color when cells are selected |
SelectionRenderer | [2] Uses the default settings in the renderer when cells are selected |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.SelectionStyles