'Declaration
Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
'Declaration
Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
Member | Description |
---|---|
Extended | The user can select multiple consecutive items while holding down the corresponding modifier key. |
Multiple | The user can select multiple items without holding down a modifier key. |
Radio | The user can select only one item at a time and deselect the item while holding down the ctrl modifier key. |
Single | The user can select only one item at a time. |
System.Object
System.ValueType
System.Enum
C1.Win.Input.SelectionMode