TextComposition.SystemText Property

Definition

Important

This API is not CLS-compliant.

Gets or sets the system text for this text composition.

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

Property Value

A string containing the system text for this text composition.

Attributes

Applies to

See also