TextComposition.ControlText Property

Definition

Important

This API is not CLS-compliant.

Gets or sets any control text associated with this text composition.

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

Property Value

A string containing any control text associated with this text composition.

Attributes

Applies to