ControlType.ComboBox 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识一个组合框控件。
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
字段值
注解
组合框控件有两种变体。 简单的组合框显示用户可以从中选择的列表。 可编辑组合框显示选项列表,并且还有一个可编辑的文本区域,用户可以在其中键入选项,而不是局限于从列表中的选项中进行选择。