Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.DropDownHeight Property

Defines the number of items shown in the dropdown list when used as a combo box.

Syntax

Get

VB.NETItemCount = object.DropDownHeight As Integer
VBItemCount = object.DropDownHeight As Long
C#.NETint ItemCount = object.DropDownHeight;
VC++long ItemCount = object->DropDownHeight;
long ItemCount = object->GetDropDownHeight();
CHRESULT object->get_DropDownHeight(long* ItemCount);

Put

VB.NETobject.DropDownHeight = ItemCount As Integer
VBobject.DropDownHeight = ItemCount As Long
C#.NETint object.DropDownHeight = ItemCount;
VC++long object->DropDownHeight = ItemCount;
void object->PutDropDownHeight(long ItemCount);
CHRESULT object->put_DropDownHeight(long ItemCount);

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.

See Also SftDirectory Object | Object Hierarchy


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