ControlType.Text 字段

定义

标识编辑控件,例如文本框或格式文本框。

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

字段值

注解

Text控件可以用作独立控件(如Edit控件)或子组件,例如用户可以在其中键入值的区域ComboBox

适用于

另请参阅