IButtonControl.Text 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 la légende de texte affichée pour le bouton.
public:
property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String
Valeur de propriété
Légende de texte affichée pour le bouton.
Remarques
Un contrôle qui implémente l’interface doit implémenter la IButtonControlText propriété pour indiquer la légende de texte affichée pour le bouton.