Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItem.NextSibling Property

Returns the item's next sibling item.

Syntax

Get

VB.NETItemIndex = object.NextSibling As Integer
VBItemIndex = object.NextSibling As Long
C#.NETint ItemIndex = object.NextSibling;
VC++long ItemIndex = object->NextSibling;
long ItemIndex = object->GetNextSibling();
CHRESULT object->get_NextSibling(long* ItemIndex);

object

A SftBoxItem object.

ItemIndex

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

Comments

The NextSibling property returns the item's next sibling item.

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

See Also SftBoxItem Object | Object Hierarchy


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