HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

Count Property, SftTreeItems Object

Returns the number of items in the tree control.

Syntax

Get

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

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


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.