|
|
|
|
SelectionStyleEnum Enumeration |
Used with the SelectionStyle property defining whether items or cells are selectable within the item area.
Syntax SelectionStyleEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum SelectionStyleEnum |
C# |
public enum SelectionStyleEnum |
C++ |
public enum class SelectionStyleEnum |
Member |
Value |
Description |
SingleItem | 0 | Only one item can be selected at a time. |
MultipleItems | 1 | Multiple discontiguous or contiguous items can be selected at the same time. |
SingleCell | 2 | Only one cell can be selected at a time. |
MultipleCells | 3 | Multiple discontiguous or contiguous cells can be selected at the same time. |
BlockOfCells | 4 | Multiple contiguous cells in the shape of a rectangular block of cells can be selected at the same time. |
Comments
The SelectionStyleEnum enumeration is used with the SelectionStyle property defining whether items or cells are selectable within the item area.