Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxDropDown.DropOnInput Property

Defines whether the drop down portion is shown when the user types characters.

Syntax

Get

VB.NETBoolean = object.DropOnInput As Boolean
VBBoolean = object.DropOnInput As Boolean
C#.NETbool Boolean = object.DropOnInput;
VC++VARIANT_BOOL Boolean = object->DropOnInput;
VARIANT_BOOL Boolean = object->GetDropOnInput();
CHRESULT object->get_DropOnInput(VARIANT_BOOL* Boolean);

Put

VB.NETobject.DropOnInput = Boolean As Boolean
VBobject.DropOnInput = Boolean As Boolean
C#.NETbool object.DropOnInput = Boolean;
VC++VARIANT_BOOL object->DropOnInput = Boolean;
void object->PutDropOnInput(VARIANT_BOOL Boolean);
CHRESULT object->put_DropOnInput(VARIANT_BOOL Boolean);

object

A SftBoxDropDown object.

Boolean

Defines whether the drop down portion is shown when the user types characters.

BooleanDescription
TrueThe drop down portion automatically becomes visible when the control has the input focus and the user types characters.
FalseThe drop down portion does not change when the user types characters.

Comments

The DropOnInput property defines whether the drop down portion is shown when the user types characters.

The DropDown.Dropped property can be used to display and hide the drop down portion.

This property has no effect on a simple combo box.

See Also SftBoxDropDown Object | Object Hierarchy


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