TextBox.PlaceholderText Propriété

Définition

Obtient ou définit le texte affiché lorsque le contrôle n’a pas de texte et n’a pas le focus.

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

Valeur de propriété

Texte affiché lorsque le contrôle n’a pas de texte et n’a pas le focus.

S’applique à