SftDirectory 2.5

SftDirectory.DropDownHeight Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

ItemCount = object.DropDownHeight  As Integer

VB

ItemCount = object.DropDownHeight  As Long

C#.NET

int ItemCount = object.DropDownHeight;

VC++

long ItemCount = object->DropDownHeight;
long ItemCount = object->GetDropDownHeight();

C

HRESULT object->get_DropDownHeight(long* ItemCount);

Delphi

ItemCount := object.DropDownHeight   : Integer;

Put

VB.NET

object.DropDownHeight = ItemCount  As Integer

VB

object.DropDownHeight = ItemCount  As Long

C#.NET

int object.DropDownHeight = ItemCount;

VC++

long object->DropDownHeight = ItemCount;
void object->PutDropDownHeight(long 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.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com