DropOnType Property
Determines if the listbox drops when a user types.
Syntax
object.DropOnType [= value]
The syntax of the DropOnType property has these parts:
| Part | Description |
| object | A DCombo control. |
| value | A boolean expression that determines if the list box drops when a user types (True), or remains hidden(False). |
Remarks
If this property is set to True, typing or pressing any of the navigation keys while the control has the focus will display the dropdown list box.
Data Type
Boolean