TextCompositionEventArgs.Text Property

Definition

Gets input text associated with a TextComposition event.

public:
 property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String

Property Value

A string containing the input text associated with this event.

Applies to