Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SelectionGroups Property, SftTree Object

Returns the number of groups of selected items.

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

Syntax

Get

VB.NETCount = object.SelectionGroups As Integer
VBCount = object.SelectionGroups As Long
C#.NETint Count = object.SelectionGroups;
VC++long Count = object->SelectionGroups;
long Count = object->GetSelectionGroups();
CHRESULT object->get_SelectionGroups(long* Count);

object

A SftTree object.

Count

Returns the number of groups of selected items.

Comments

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

The SelectionGroups property returns the number of groups 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.

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.