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 whether one or multiple items can be selected at a time.
Get
VB.NET | Style = object.MultiSelect As SftTreeMultiSelectConstants |
VB | Style = object.MultiSelect As SftTreeMultiSelectConstants |
C#.NET | SftTreeMultiSelectConstants Style = object.MultiSelect; |
VC++ | enum SftTreeMultiSelectConstants Style = object->MultiSelect; enum SftTreeMultiSelectConstants Style = object->GetMultiSelect(); |
C | HRESULT object->get_MultiSelect(enum SftTreeMultiSelectConstants* Style); |
Put
VB.NET | object.MultiSelect = Style As SftTreeMultiSelectConstants |
VB | object.MultiSelect = Style As SftTreeMultiSelectConstants |
C#.NET | SftTreeMultiSelectConstants object.MultiSelect = Style; |
VC++ | enum SftTreeMultiSelectConstants object->MultiSelect = Style; void object->PutMultiSelect(enum SftTreeMultiSelectConstants Style); |
C | HRESULT object->put_MultiSelect(enum SftTreeMultiSelectConstants Style); |
object
A SftTreeItems object.
Style
Defines whether one or multiple items can be selected at a time.
Style | Value | Description |
---|---|---|
selectSftTreeSingle | 0 | Only one item can be selected at a time. A new selection automatically deselects the previously selected item. |
selectSftTreeMulti | 1 | One or more items can be selected using the mouse. Using the CONTROL key causes additional items to be selected without removing previous selections. Using the SHIFT key causes ranges of items to be selected, starting at the last position. |
The MultiSelect property defines whether one or multiple items can be selected at a time.
Any selections made before changing the MultiSelect property are lost.
See Also SftTreeItems Object | Object Hierarchy