Share via


TextBox.PlaceholderText Propriedade

Definição

Obtém ou define o texto exibido quando o controle não tem texto e não está em 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 da propriedade

String

O texto exibido quando o controle não tem texto e não tem o foco.

Aplica-se a