TextCompositionEventArgs.ControlText Propiedad

Definición

Obtiene el texto de control asociado a un TextComposition evento.

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

Valor de propiedad

Cadena que contiene cualquier texto de control asociado a este evento.

Se aplica a