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
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
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.
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.
HorizontalExtent2Pix= 0
HorizontalOffsetPix= 0
HorizontalOffset2Pix= 0
Indentation = -1
ItemImageAlign = 1
Lines = 5
MaxHeightPix = 0
MinHeightPix = 0
MultiSelect = 0
NoFocusStyle = 0
NoSelection = 0
RubberbandSelection= 1
SelectBackColor = -2147483635
SelectBackColorNoFocus= -2147483633
SelectForeColor = -2147483634
SelectForeColorNoFocus= -2147483630See Also SftTreeItems Object | Object Hierarchy
