Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItem.ItemIndex Property

Returns the item index of this item.

Syntax

Get

VB.NETValue = object.ItemIndex As Integer
VBValue = object.ItemIndex As Long
C#.NETint Value = object.ItemIndex;
VC++long Value = object->ItemIndex;
long Value = object->GetItemIndex();
CHRESULT object->get_ItemIndex(long* Value);

object

A SftBoxItem object.

Value

Returns the zero-based index of the item. The item index is determined by the item's position in the control and is also returned by the methods used to add or insert items.

Comments

The ItemIndex property returns the item index of this item.

The ItemIndex property can be used to retrieve an item's index (or position) if a SftBoxItem object is available.

See Also SftBoxItem Object | Object Hierarchy


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