|
|
|
SftTreeItems.Count Property |
Returns the number of items in the tree control.
Syntax
VB.NET |
Count = object.Count As Integer |
||
VB |
Count = object.Count As Long |
||
C#.NET |
int Count = object.Count; |
||
VC++ |
long Count = object->Count;
|
||
C |
HRESULT object->get_Count(long* Count); |
||
Delphi |
Count := object.Count : Integer; |
object
A SftTreeItems object.
Count
Returns the number of items in the tree control.
Comments
The Count property returns the number of items in the tree control.
The Items.Add and Items.Insert methods add new items.
See Also SftTreeItems Object | Object Hierarchy