Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

TopParent Property, SftTreeItem Object

Returns the item's top-most parent item.

Syntax

Get

VB.NETItemIndex = object.TopParent As Integer
VBItemIndex = object.TopParent As Long
C#.NETint ItemIndex = object.TopParent;
VC++long ItemIndex = object->TopParent;
long ItemIndex = object->GetTopParent();
CHRESULT object->get_TopParent(long* ItemIndex);

object

A SftTreeItem object.

ItemIndex

Returns the zero-based index of the item's top-most parent item (which itself doesn't have a parent). If the item doesn't have a parent, -1 is returned.

Comments

The TopParent property returns the item's top-most parent item.

To find an item's immediate parent, use the Item.Parent property instead.

See Also SftTreeItem Object | Object Hierarchy


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