Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItem.LastDependent Property

Returns the item's last dependent (child item).

Syntax

Get

VB.NETItemIndex = object.LastDependent As Integer
VBItemIndex = object.LastDependent As Long
C#.NETint ItemIndex = object.LastDependent;
VC++long ItemIndex = object->LastDependent;
long ItemIndex = object->GetLastDependent();
CHRESULT object->get_LastDependent(long* ItemIndex);

object

A SftBoxItem object.

ItemIndex

Returns the zero-based index of the last child item of the item described by object. If the item doesn't have any child items, the returned value is -1.

Comments

The LastDependent property returns the item's last dependent (child item).

The Item.FirstDependent property returns the first child item.

Also see Item.FirstSibling, Item.NextSibling, Item.PrevSibling, Item.LastSibling.

See Also SftBoxItem Object | Object Hierarchy


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