TextBox.PlaceholderText Propriedade

Definição

Recebe ou define o texto que é mostrado quando o controlo não tem texto e não tem 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 Propriedade

O texto que é exibido quando o controlo não tem texto e não tem o foco.

Aplica-se a