property ComboBox.AutoDropDown as Boolean

Retrieves or sets a value that indicates whether the control's list automatically drops down once the user starts type into it.

TypeDescription
Boolean A boolean expression that indicates whether the control's list automatically drops down once the user starts type into it.

By default, the AutoDropDown property is False. The property has effect only if the control's Style is DropDown or DropDownList.  

If the AutoDropDown property is False, the user can open the control's list be pressing F4 or by clicking the right drop down button. Use the DropDown method to show programmatically the drop down portion of the control.

If the AutoDropDown property is True, the user can automatically drop down portion of the control if any of the following key is pressed: