Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.FirstShown Property

Returns the index of the first visible item in the combo box control.

Syntax

Get

VB.NETItemIndex = object.FirstShown As Integer
VBItemIndex = object.FirstShown As Long
C#.NETint ItemIndex = object.FirstShown;
VC++long ItemIndex = object->FirstShown;
long ItemIndex = object->GetFirstShown();
CHRESULT object->get_FirstShown(long* ItemIndex);

object

A SftBoxItems object.

ItemIndex

Returns the index of the first visible item in the combo box control. -1 is returned, if no item is found.

Comments

The FirstShown property returns the index of the first visible item in the combo box control.

Use Item.NextShown, Item.PrevShown, Items.LastShown to retrieve information about item visibility.

See Also SftBoxItems Object | Object Hierarchy


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