Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.DropDownWidth Property

Defines the width of the dropdown list (as a percentage of the main width of the control) when used as a combo box.

Syntax

Get

VB.NETPercentage = object.DropDownWidth As Integer
VBPercentage = object.DropDownWidth As Long
C#.NETint Percentage = object.DropDownWidth;
VC++long Percentage = object->DropDownWidth;
long Percentage = object->GetDropDownWidth();
CHRESULT object->get_DropDownWidth(long* Percentage);

Put

VB.NETobject.DropDownWidth = Percentage As Integer
VBobject.DropDownWidth = Percentage As Long
C#.NETint object.DropDownWidth = Percentage;
VC++long object->DropDownWidth = Percentage;
void object->PutDropDownWidth(long Percentage);
CHRESULT object->put_DropDownWidth(long Percentage);

object

A SftDirectory object.

Percentage

Defines the width of the dropdown list (as a percentage of the main width of the control) when used as a combo box. Valid values are 0 or 33 and larger (33% and up). If 0 is specified, the dropdown list is optimally sized in width, so a horizontal scroll bar is not needed.

Comments

The DropDownWidth property defines the width of the dropdown list (as a percentage of the main width of the control) when used as a combo box.

See Also SftDirectory Object | Object Hierarchy


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