Share via


TextEdit.NewText Property

Definition

Gets or sets the value of the new text.

public:
 property System::String ^ NewText { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="newText")]
public string NewText { get; set; }
[<System.Runtime.Serialization.DataMember(Name="newText")>]
member this.NewText : string with get, set
Public Property NewText As String

Property Value

Attributes

Applies to