Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.LastShown Property

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

Syntax

Get

VB.NETItemIndex = object.LastShown As Integer
VBItemIndex = object.LastShown As Long
C#.NETint ItemIndex = object.LastShown;
VC++long ItemIndex = object->LastShown;
long ItemIndex = object->GetLastShown();
CHRESULT object->get_LastShown(long* ItemIndex);

object

A SftBoxItems object.

ItemIndex

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

Comments

The LastShown property returns the index of the last visible item in the combo box control.

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

See Also SftBoxItems Object | Object Hierarchy


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