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
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
SftTree/NET 2.0 - Tree Control
Returns the item's parent item.
Get
| VB.NET | ItemIndex = object.Parent As Integer |
| VB | ItemIndex = object.Parent As Long |
| C#.NET | int ItemIndex = object.Parent; |
| VC++ | long ItemIndex = object->Parent; long ItemIndex = object->GetParent(); |
| C | HRESULT object->get_Parent(long* ItemIndex); |
object
ItemIndex
Returns the zero-based index of the parent item of the item described by object. If the item doesn't have a parent item, -1 is returned.
The Parent property returns the item's parent item.
The Parent property returns the index of the parent item of the immediately preceding level (an immediate parent). To find an item's top-most parent item, use the Item.TopParent property instead.
See Also SftBoxItem Object | Object Hierarchy
