|
|
|
SftTree.ListCount Property |
Returns the number of items in the tree control.
Deprecated - Provided for compatibility with earlier versions only - Use Items.Count instead
Syntax
VB.NET |
Count = object.ListCount As Integer |
||
VB |
Count = object.ListCount As Long |
||
C#.NET |
int Count = object.ListCount; |
||
VC++ |
long Count = object->ListCount;
|
||
C |
HRESULT object->get_ListCount(long* Count); |
||
Delphi |
Count := object.ListCount : Integer; |
object
A SftTree object.
Count
Returns the number of items in the tree control.
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.Count instead
The ListCount property returns the number of items in the tree control.
The Items.Add and Items.Insert methods add new items.
See Also SftTree Object | Object Hierarchy