Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

DependentCount Property, SftTreeItem Object

Returns the item's number of immediate dependents.

Syntax

Get

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

object

A SftTreeItem object.

Count

Returns the item's number of immediate dependents.

Comments

The DependentCount property returns the item's number of immediate dependents.

The DependentAllCount property can be used to return the item's number of all dependents, including immediate and indirect dependents.

See Also SftTreeItem Object | Object Hierarchy


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