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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.