Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ListCount Property, SftTree Object

Returns the number of items in the tree control.

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

Syntax

Get

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

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.