Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItem.LastSibling Property

Returns the item's last sibling item.

Syntax

Get

VB.NETItemIndex = object.LastSibling As Integer
VBItemIndex = object.LastSibling As Long
C#.NETint ItemIndex = object.LastSibling;
VC++long ItemIndex = object->LastSibling;
long ItemIndex = object->GetLastSibling();
CHRESULT object->get_LastSibling(long* ItemIndex);

object

A SftBoxItem object.

ItemIndex

Returns the zero-based index of the last sibling item of the item described by object. If the item doesn't have a sibling item, the index of the item described by object is returned.

Comments

The LastSibling property returns the item's last sibling item.

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

See Also SftBoxItem Object | Object Hierarchy


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