Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBox.ExtendedUI Property

Defines whether the extended user-interface is available.

Syntax

Get

VB.NETBoolean = object.ExtendedUI As Boolean
VBBoolean = object.ExtendedUI As Boolean
C#.NETbool Boolean = object.ExtendedUI;
VC++VARIANT_BOOL Boolean = object->ExtendedUI;
VARIANT_BOOL Boolean = object->GetExtendedUI();
CHRESULT object->get_ExtendedUI(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ExtendedUI = Boolean As Boolean
VBobject.ExtendedUI = Boolean As Boolean
C#.NETbool object.ExtendedUI = Boolean;
VC++VARIANT_BOOL object->ExtendedUI = Boolean;
void object->PutExtendedUI(VARIANT_BOOL Boolean);
CHRESULT object->put_ExtendedUI(VARIANT_BOOL Boolean);

object

A SftBox object.

Boolean

Defines whether the extended user-interface is available.

BooleanDescription
TrueThe down arrow key displays the drop down portion.
FalseThe F4 key displays the drop down portion.

Comments

The ExtendedUI property defines whether the extended user-interface is available.

The ExtendedUI property only applies to a drop down or drop down list combo box.

The drop down portion can also be made visible by clicking on the drop down button. This is not affected by this property.

If the control is empty (i.e., has no items), the drop down portion cannot be made visible and the drop down button is disabled.

See Also SftBox Object | Object Hierarchy


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