ComboBoxStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the DropDownStyle in the ComboBox control.
- C#
- VB.NET
public enum ComboBoxStyle : Enum
Public Enum ComboBoxStyle As [Enum]
Fields
| Name | Description |
|---|---|
| DropDown | The list is displayed by clicking the down arrow, or pressing either the Down, Alt+Down or Alt+Up keys, and that the text portion is editable. The user can enter a new value or select an existing value in the list. |
| DropDownList | The list is displayed by clicking the down arrow, or pressing either the Down, Alt+Down or Alt+Up keys, and that the text portion is not editable. The user cannot enter a new value and can only select a value already in the list. |
| Simple | The list is always visible and that the text portion is editable. The user can enter a new value or can select an existing value in the list. |
Used By
| Name | Description |
|---|---|
| ComboBox.DropDownStyle | Returns or sets the drop down style of the combo box. |
| DataGridViewComboBoxCell.DropDownStyle | Returns or sets the style of the combo box. |
| DataGridViewComboBoxColumn.DropDownStyle | Returns or sets the drop down style of the combo box. |