Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SelCount Property, SftTree Object

Returns the number of currently selected items.

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

Syntax

Get

VB.NETCount = object.SelCount As Integer
VBCount = object.SelCount As Long
C#.NETint Count = object.SelCount;
VC++long Count = object->SelCount;
long Count = object->GetSelCount();
CHRESULT object->get_SelCount(long* Count);

object

A SftTree object.

Count

Returns the number of currently selected items.

Comments

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

The SelCount property returns the number of currently selected items.

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.