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
Selects or deselects a range of items.
VB.NET | object.SelectRange(ByVal IndexStart As Integer, ByVal IndexEnd As Integer, ByVal Status As Boolean) |
VB | object.SelectRange(ByVal IndexStart As Long, ByVal IndexEnd As Long, ByVal Status As Boolean) |
C#.NET | void object.SelectRange(int IndexStart, int IndexEnd, bool Status); |
VC++ | HRESULT object->SelectRange(long IndexStart, long IndexEnd, VARIANT_BOOL Status); |
C | HRESULT object->raw_SelectRange(long IndexStart, long IndexEnd, VARIANT_BOOL Status); |
object
A SftTreeItems object.
IndexStart
The zero-based index of the first item to be de-/selected.
IndexEnd
The zero-based index of the last item to be de-/selected. IndexEnd must be greater or equal to IndexStart.
Status
Set to True to select the items, False to deselect them.
The SelectRange method selects or deselects a range of items.
The SelectRange method can only be used if the Items.MultiSelect property is set to selectSftTreeMulti, indicating that multiple selection is supported.
See Also SftTreeItems Object | Object Hierarchy