MobileForms Toolkit Documentation

ItemComboBox.DropDownStyle Property

Gets or sets a value specifying the style of the combo box.

public RescoComboBoxStyle DropDownStyle {get; set;}

Property Value

One of the RescoComboBoxStyle values. The default is RescoComboBoxStyle.DropDown.

Remarks

The DropDownStyle property controls the interface that is presented to the user. You can enter a value that allows for a simple drop-down list box, a drop-down list box, where the text portion is not editable and you must select an arrow to view the drop-down, or the default drop-down list box, where the text portion is editable and the user must press the arrow key to view the list.

See Also

ItemComboBox Class | Resco.Controls.DetailView Namespace