ControlType.ComboBox Field

Definition

Identifies a combo box control.

public: static initonly System::Windows::Automation::ControlType ^ ComboBox;
public static readonly System.Windows.Automation.ControlType ComboBox;
 staticval mutable ComboBox : System.Windows.Automation.ControlType
Public Shared ReadOnly ComboBox As ControlType 

Field Value

Remarks

There are two variations of combo box controls. A simple combo box presents a list that a user can select from. An editable combo box presents a list of choices and also has an editable text area where a user can type in a choice instead of being limited to selecting from the choices in the list.

Applies to

See also