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 )。

适用于

另请参阅