Skip to main content
Version: 3.5

ComboBoxStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the DropDownStyle in the ComboBox control.

public enum ComboBoxStyle : Enum

Fields

NameDescription
DropDownThe 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.
DropDownListThe 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.
SimpleThe 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

NameDescription
ComboBox.DropDownStyleReturns or sets the drop down style of the combo box.
DataGridViewComboBoxCell.DropDownStyleReturns or sets the style of the combo box.
DataGridViewComboBoxColumn.DropDownStyleReturns or sets the drop down style of the combo box.