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