WorkflowView.ShowInfoTip Méthode

Définition

Affiche l’info-bulle de WorkflowView.

Surcharges

ShowInfoTip(String)

Affiche l’info-bulle de WorkflowView avec le texte spécifié.

ShowInfoTip(String, String)

Affiche l’info-bulle du WorkflowView avec le titre et le texte spécifiés.

Remarques

Affiche l’info-bulle de WorkflowView.

ShowInfoTip(String)

Affiche l’info-bulle de WorkflowView avec le texte spécifié.

public:
 void ShowInfoTip(System::String ^ text);
public void ShowInfoTip (string text);
member this.ShowInfoTip : string -> unit
Public Sub ShowInfoTip (text As String)

Paramètres

text
String

Texte à afficher dans l’info-bulle.

Exceptions

infoTipText est une référence Null (Nothing en Visual Basic).

Remarques

Affiche l’info-bulle de WorkflowView avec le texte spécifié.

S’applique à

ShowInfoTip(String, String)

Affiche l’info-bulle du WorkflowView avec le titre et le texte spécifiés.

public:
 void ShowInfoTip(System::String ^ title, System::String ^ text);
public void ShowInfoTip (string title, string text);
member this.ShowInfoTip : string * string -> unit
Public Sub ShowInfoTip (title As String, text As String)

Paramètres

title
String

Titre de l’info-bulle à afficher.

text
String

Texte de l’info-bulle à afficher.

Exceptions

title est une référence Null (Nothing en Visual Basic).

- ou -

infoTipText est une référence Null (Nothing).

Remarques

Affiche l’info-bulle du WorkflowView avec le titre et le texte spécifiés.

S’applique à