TextCompositionEventArgs.ControlText 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 TextComposition 事件关联的控件文本。
public:
 property System::String ^ ControlText { System::String ^ get(); };
	public string ControlText { get; }
	member this.ControlText : string
	Public ReadOnly Property ControlText As String
	属性值
包含任何与此事件关联的控件文本的字符串。