'Declaration
Public Enum SelectionMode Inherits System.Enum
'Usage
Dim instance As SelectionMode
public enum SelectionMode : System.Enum
'Declaration
Public Enum SelectionMode Inherits System.Enum
'Usage
Dim instance As SelectionMode
public enum SelectionMode : System.Enum
Member | Description |
---|---|
Extended | Extended multiselect usually acts like a single-selection list box, so when you choose an item, you cancel all other selections. When you hold down Shift while choosing the mouse or pressing an arrow key, you select items sequentially from the current item. When you hold down Ctrl while choosing the mouse, you add single items to the list. |
None | Single select allows only one item at a time to be selected. |
Simple | Simple multiselect toggles the selection on an item in the list when it's chosen with the mouse or the Spacebar is pressed when the focus is on the item. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Drawing.SelectionMode