Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Parent Property, SftTreeItem Object

Returns the item's parent item.

Syntax

Get

VB.NETItemIndex = object.Parent As Integer
VBItemIndex = object.Parent As Long
C#.NETint ItemIndex = object.Parent;
VC++long ItemIndex = object->Parent;
long ItemIndex = object->GetParent();
CHRESULT object->get_Parent(long* ItemIndex);

object

A SftTreeItem object.

ItemIndex

Returns the item's parent item. If the item doesn't have a parent, -1 is returned.

Comments

The Parent property returns the item's parent item.

To find an item's top-most parent, use the Item.TopParent property instead.

See Also SftTreeItem Object | Object Hierarchy


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