|
|
|
SftBoxDropDown.Shown Property |
Returns the number of items shown in the drop down portion.
Syntax
VB.NET |
Count = object.Shown As Integer |
||
VB |
Count = object.Shown As Long |
||
C#.NET |
int Count = object.Shown; |
||
VC++ |
long Count = object->Shown;
|
||
C |
HRESULT object->get_Shown(long* Count); |
||
Delphi |
Count := object.Shown : Integer; |
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.