TextBox.PlaceholderText Propiedad

Definición

Obtiene o establece el texto que se muestra cuando el control no tiene texto y ni el foco.

public:
 virtual property System::String ^ PlaceholderText { System::String ^ get(); void set(System::String ^ value); };
public virtual string PlaceholderText { get; set; }
member this.PlaceholderText : string with get, set
Public Overridable Property PlaceholderText As String

Valor de propiedad

Texto que se muestra cuando el control no tiene texto y no tiene el foco.

Se aplica a