System.Windows.Forms.ComboBoxStyle.DropDownList Field

Specifies that the list is displayed by clicking the down arrow and that the text portion is not editable. This means that the user cannot enter a new value. Only values already in the list can be selected. The list displays only if ComboBox.AutoCompleteMode is AutoCompleteMode.Suggest or AutoCompleteMode.SuggestAppend.

Syntax

ComboBoxStyle DropDownList

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0