TextCompositionEventArgs.ControlText Propiedad

Definición

Obtiene el texto del control asociado a un evento TextComposition.

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

Una cadena que contiene cualquier texto del control asociado a este evento.

Se aplica a