SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Returns an item's number of dependents.
Deprecated - Provided for compatibility with earlier versions only - Use Item.DependentCount and Item.DependentAllCount instead
Get
VB.NET | Count = object.get_DependentCount(ByVal ItemIndex As Integer, ByVal DependentType As Short) As Integer |
VB | Count = object.DependentCount(ByVal ItemIndex As Long, ByVal DependentType As Integer) As Long |
C#.NET | int Count = object.get_DependentCount(int ItemIndex, short DependentType); |
VC++ | long Count = object->DependentCount[long ItemIndex][short DependentType]; long Count = object->GetDependentCount(long ItemIndex, short DependentType); |
C | HRESULT object->get_DependentCount(long ItemIndex, short DependentType, long* Count); |
object
ItemIndex
The zero-based index of the item whose number of dependents is to be returned.
DependentType
Determines the depth of the dependents included in the count returned.
DependentType | Description |
---|---|
0 | Only include immediate dependents in the count returned. |
1 | Include immediate and indirect dependents in the count returned. |
Count
Returns an item's number of dependents.
Deprecated - Provided for compatibility with earlier versions only - Use Item.DependentCount and Item.DependentAllCount instead
The DependentCount property returns an item's number of dependents.
See Also SftTree Object | Object Hierarchy