ActivityDesigner.ShowInfoTip 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.
Affiche l'info-bulle spécifiée pour le ActivityDesigner.
Surcharges
ShowInfoTip(String, String) |
Affiche l'info-bulle pour le ActivityDesigner avec le titre et le texte spécifiés. |
ShowInfoTip(String) |
Affiche l'info-bulle spécifiée. |
Remarques
À moins d'être substitué dans une classe dérivée, ShowInfoTip utilise la logique WorkflowView.ShowInfoTip pour afficher des info-bulles.
ShowInfoTip(String, String)
Affiche l'info-bulle pour le ActivityDesigner avec le titre et le texte spécifiés.
protected:
void ShowInfoTip(System::String ^ title, System::String ^ infoTip);
protected void ShowInfoTip (string title, string infoTip);
member this.ShowInfoTip : string * string -> unit
Protected Sub ShowInfoTip (title As String, infoTip As String)
Paramètres
- title
- String
Chaîne qui contient le titre de l'info-bulle.
- infoTip
- String
Chaîne qui contient le texte de l'info-bulle à afficher.
S’applique à
ShowInfoTip(String)
Affiche l'info-bulle spécifiée.
protected:
void ShowInfoTip(System::String ^ infoTip);
protected void ShowInfoTip (string infoTip);
member this.ShowInfoTip : string -> unit
Protected Sub ShowInfoTip (infoTip As String)
Paramètres
- infoTip
- String
Texte à afficher dans l'InfoTip.
Remarques
Utilisez ShowInfoTip pour afficher un rectangle de texte qui peut être utilisé pour afficher des informations détaillées à propos du concepteur.