MobileForms Toolkit Documentation

RescoComboBoxStyle Enumeration

Specifies the ComboBox style.

public enum RescoComboBoxStyle

Remarks

The RescoComboBoxStyle property determines whether the user can enter a new value in the text portion.

Members

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.

Requirements

Namespace: Resco.Controls.DetailView

Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)

See Also

Resco.Controls.DetailView Namespace