Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxDropDown.Shown Property

Returns the number of items shown in the drop down portion.

Syntax

Get

VB.NETCount = object.Shown As Integer
VBCount = object.Shown As Long
C#.NETint Count = object.Shown;
VC++long Count = object->Shown;
long Count = object->GetShown();
CHRESULT object->get_Shown(long* Count);

object

A SftBoxDropDown object.

Count

Returns the number of items shown in the drop down portion.

Comments

The Shown property returns the number of items shown in the drop down portion.

The DropDown.Height and DropDown.HeightItems properties can be used to define the height of the drop down portion.

See Also SftBoxDropDown Object | Object Hierarchy


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