ControlType.Text 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识编辑控件,例如文本框或格式文本框。
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。