ToolTip.GetToolTip(Control) Méthode
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.
Récupère le texte d'info-bulle associé au contrôle spécifié.
public:
System::String ^ GetToolTip(System::Windows::Forms::Control ^ control);
public string GetToolTip (System.Windows.Forms.Control control);
public string? GetToolTip (System.Windows.Forms.Control? control);
member this.GetToolTip : System.Windows.Forms.Control -> string
Public Function GetToolTip (control As Control) As String
Paramètres
Retours
String contenant le texte info-bulle du contrôle spécifié.
Remarques
Avec la GetToolTip méthode, vous pouvez récupérer le texte d’info-bulle pour n’importe quel contrôle. Si le texte de l’info-bulle change dynamiquement dans une application, vous pouvez utiliser cette méthode pour déterminer quel texte est affiché à tout moment, en fonction de l’état de l’application. Pour modifier le texte affiché par un contrôle, utilisez la SetToolTip méthode .