TextComposition.Text Property

Definition

Important

This API is not CLS-compliant.

Gets or sets the current text for this text composition.

public:  property System::String ^ Text {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
[System.CLSCompliant(false)]
public string Text { get; protected set; }
[<System.CLSCompliant(false)>]
member this.Text : string with get, set
Public Property Text As String

Property Value

A string containing the current text for this text composition.

Attributes

Applies to

See also