Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItem.PrevSibling Property

Returns the item's previous sibling.

Syntax

Get

VB.NETItemIndex = object.PrevSibling As Integer
VBItemIndex = object.PrevSibling As Long
C#.NETint ItemIndex = object.PrevSibling;
VC++long ItemIndex = object->PrevSibling;
long ItemIndex = object->GetPrevSibling();
CHRESULT object->get_PrevSibling(long* ItemIndex);

object

A SftBoxItem object.

ItemIndex

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

Comments

The PrevSibling property returns the item's previous sibling.

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

See Also SftBoxItem Object | Object Hierarchy


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