Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxDropDown.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 SftBoxDropDown object.

Boolean

Defines whether a sizing box is available.

BooleanDescription
TrueA sizing box is available if the Scrollbars property is set to scrollSftBoxBothDis.
FalseA sizing box is not available.

Comments

The SizeBox property defines whether a sizing box is available.

The sizing box is available in the drop down portion of a drop down and a drop down list combo box. It can be used by the user to resize the drop down portion of the combo box.

A sizing box is only available if the Scrollbars property is set to scrollSftBoxBothDis.

See Also SftBoxDropDown Object | Object Hierarchy


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