ControlType.ComboBox 字段

定义

标识一个组合框控件。

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 

字段值

注解

组合框控件有两种变体。 简单的组合框显示用户可以从中选择的列表。 可编辑组合框显示选项列表,并且还有一个可编辑的文本区域,用户可以在其中键入选项,而不是局限于从列表中的选项中进行选择。

适用于

另请参阅