Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SelectionGroupEnd Method, SftTree Object

Returns the index of the last selected item in a group of selected items.

Deprecated - Provided for compatibility with earlier versions only - Use Items.SelectionGroupEnd instead

Syntax

VB.NETItemIndex = object.SelectionGroupEnd(ByVal GroupIndex As Integer) As Integer
VBItemIndex = object.SelectionGroupEnd(ByVal GroupIndex As Long) As Long
C#.NETint ItemIndex = object.SelectionGroupEnd(int GroupIndex);
VC++long ItemIndex = object->SelectionGroupEnd(long GroupIndex);
CHRESULT object->raw_SelectionGroupEnd(long GroupIndex, long* ItemIndex);

object

A SftTree object.

GroupIndex

The zero-based group number for which the last selected item is to be retrieved.

ItemIndex

Returns the index of the last selected item in a group of selected items.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.SelectionGroupEnd instead

The SelectionGroupEnd method returns the index of the last 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 Items.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 SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.