TextBox.PlaceholderText Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le texte qui s’affiche lorsque le contrôle n’a pas de texte et qu’il 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.