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
Returns the index of the first selected item in a group of selected items.
VB.NET | ItemIndex = object.SelectionGroupStart(ByVal GroupIndex As Integer) As Integer |
VB | ItemIndex = object.SelectionGroupStart(ByVal GroupIndex As Long) As Long |
C#.NET | int ItemIndex = object.SelectionGroupStart(int GroupIndex); |
VC++ | long ItemIndex = object->SelectionGroupStart(long GroupIndex); |
C | HRESULT object->raw_SelectionGroupStart(long GroupIndex, long* ItemIndex); |
object
A SftTreeItems object.
GroupIndex
The zero-based group number for which the first selected item is to be retrieved.
ItemIndex
Returns the index of the first selected item in a group of selected items.
The SelectionGroupStart method returns the index of the first selected item in a group of selected items.
In a multiple selection tree control, many discontiguous groups of items may be selected. While the Items.Selection property returns an index for each selected item, the SelectionGroupStart and Items.SelectionGroupEnd properties return each group of selected items. For a large number of selected items this is the preferred method.
The Items.SelectionGroups property returns the number of groups of selected items.
See Also SftTreeItems Object | Object Hierarchy