ComboBoxStyle

Wisej.Web.ComboBoxStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the DropDownStyle in the ComboBox control.

public enum ComboBoxStyle : Enum

Fields

NameDescription

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

NameDescription

Returns or sets the drop down style of the combo box.

Returns or sets the style of the combo box.

Returns or sets the drop down style of the combo box.

Last updated