ControlType.ComboBox Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.