TextComposition.ControlText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
获取或设置任何与此文本撰写关联的控件文本。
public: property System::String ^ ControlText { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
[System.CLSCompliant(false)]
public string ControlText { get; protected set; }
[<System.CLSCompliant(false)>]
member this.ControlText : string with get, set
Public Property ControlText As String
属性值
包含任何与此文本撰写关联的控件文本的字符串。
- 属性