|
|
|
SftTreeItems.SelectionCount Property |
Returns the number of currently selected items.
Syntax
VB.NET |
Count = object.SelectionCount As Integer |
||
VB |
Count = object.SelectionCount As Long |
||
C#.NET |
int Count = object.SelectionCount; |
||
VC++ |
long Count = object->SelectionCount;
|
||
C |
HRESULT object->get_SelectionCount(long* Count); |
||
Delphi |
Count := object.SelectionCount : Integer; |
object
A SftTreeItems object.
Count
Returns the number of currently selected items.
Comments
The SelectionCount property returns the number of currently selected items.
The Items.SelectionGroups property returns the number of groups of selected items.
See Also SftTreeItems Object | Object Hierarchy