SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines which areas of items or cells can be clicked by an end user to select the item or cell.
Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public enum SelectableAreaEnum;
Public Enum SelectableAreaEnum
Name | Description |
---|---|
Anywhere | The entire cell or item can be used to change the selection. If the SftTree.SelectionStyle property defines item selection (SelectionStyleEnum.SingleItem, SelectionStyleEnum.MultipleItems), clicking anywhere on the item (any of its cells, including hierarchy area) will change the selection. If cell selection is used (SelectionStyleEnum.SingleCell, SelectionStyleEnum.MultipleCells, SelectionStyleEnum.BlockOfCells), clicking anywhere within a cell (including hierarchy area) will change the selection. |
Cells | The entire cell or item (excluding the hierarchy area) can be used to change the selection. If the SftTree.SelectionStyle property defines item selection (SelectionStyleEnum.SingleItem, SelectionStyleEnum.MultipleItems), all cells of the item can be used to change the selection. The hierarchy area of the hierarchy column (ColumnClass.ShowHierarchy) does not change the selection. If cell selection is used (SelectionStyleEnum.SingleCell, SelectionStyleEnum.MultipleCells, SelectionStyleEnum.BlockOfCells), the cell can change the selection. If the cell is part of the hierarchy column (ColumnClass.ShowHierarchy), the hierarchy area of the cell does not change the selection. |
FirstCell | The entire first displayed cell (excluding the hierarchy area) can be used to change the selection. If the cell is part of the hierarchy column (ColumnClass.ShowHierarchy), the hierarchy area does not change the selection. |
HierarchyCell | The entire cell in the hierarchy column, excluding the hierarchy area, can be used to change the selection. |
MimicSelectionHighlight | Clicking anywhere within the area that is defined by the SftTree.SelectionHighlightStyle property changes the selection. |
Defines which areas of items or cells can be clicked by an end user to select the item or cell.
See Also | Classes | SftTree/NET 2.0