|
|
|
SftDirectory.DropDownHeight Property |
Defines the number of items shown in the dropdown list when used as a combo box.
Syntax
VB.NET |
ItemCount = object.DropDownHeight As Integer |
||
VB |
ItemCount = object.DropDownHeight As Long |
||
C#.NET |
int ItemCount = object.DropDownHeight; |
||
VC++ |
long ItemCount = object->DropDownHeight;
|
||
C |
HRESULT object->get_DropDownHeight(long* ItemCount); |
||
Delphi |
ItemCount := object.DropDownHeight : Integer; |
||
VB.NET |
object.DropDownHeight = ItemCount As Integer |
||
VB |
object.DropDownHeight = ItemCount As Long |
||
C#.NET |
int object.DropDownHeight = ItemCount; |
||
VC++ |
long object->DropDownHeight = ItemCount;
|
||
C |
HRESULT object->put_DropDownHeight(long ItemCount); |
||
Delphi |
object.DropDownHeight := ItemCount : Integer; |
object
A SftDirectory object.
ItemCount
Defines the number of items shown in the dropdown list when used as a combo box.
Comments
The DropDownHeight property defines the number of items shown in the dropdown list when used as a combo box.
If more items are available than can be displayed, a vertical scroll bar is shown.