Specifies the ComboBox style.
[Visual Basic] Public Enum ComboBoxStyle [C#] public enum ComboBoxStyle [C++] public enum ComboBoxStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
The Style property determines whether the user can enter a new value in the text portion, and whether the list portion is always displayed.
Member Name | Description |
---|---|
DropDown | The text portion is editable. The user must click the arrow button to display the list portion. |
DropDownList | The user cannot directly edit the text portion. The user must click the arrow button to display the list portion. |
Simple | The text portion is editable. The list portion is always visible. |
Namespace: System.WinForms
Assembly: System.WinForms.dll