Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.SizeBox Property

Defines whether a sizing box is available.

Syntax

Get

VB.NETBoolean = object.SizeBox As Boolean
VBBoolean = object.SizeBox As Boolean
C#.NETbool Boolean = object.SizeBox;
VC++VARIANT_BOOL Boolean = object->SizeBox;
VARIANT_BOOL Boolean = object->GetSizeBox();
CHRESULT object->get_SizeBox(VARIANT_BOOL* Boolean);

Put

VB.NETobject.SizeBox = Boolean As Boolean
VBobject.SizeBox = Boolean As Boolean
C#.NETbool object.SizeBox = Boolean;
VC++VARIANT_BOOL object->SizeBox = Boolean;
void object->PutSizeBox(VARIANT_BOOL Boolean);
CHRESULT object->put_SizeBox(VARIANT_BOOL Boolean);

object

A SftDirectory object.

Boolean

Defines whether a sizing box is available.

BooleanDescription
TrueThe dropdown list portion of a combo box style control offers a sizing box.
FalseA sizing box is not available.

Comments

The SizeBox property defines whether a sizing box is available.

Combo box style controls (see ControlStyle property) support a sizing box, which allows the dropdown list to be resized. The dropdown list dimensions are saved/restored when using RegistryLocation, SaveLayout or LoadLayout. If a sizing box is available, the horizontal and vertical scrollbars are always visible, but may be disabled if scrolling is not possible.

See Also SftDirectory Object | Object Hierarchy


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