Langue

IQueryDesignerHelpImpl.ShowHelp(Control, String, Int32) Méthode

Définition

Affiche la boîte de dialogue d’aide avec le contenu de l’aide pour le mot-clé et l’identifiant spécifiés.

public:
 void ShowHelp(System::Windows::Forms::Control ^ ctl, System::String ^ helpKeyword, int helpId);
public void ShowHelp(System.Windows.Forms.Control ctl, string helpKeyword, int helpId);
abstract member ShowHelp : System.Windows.Forms.Control * string * int -> unit
Public Sub ShowHelp (ctl As Control, helpKeyword As String, helpId As Integer)

Paramètres

ctl
Control

Le parent de cette boîte de dialogue d’aide.

helpKeyword
String

Le mot-clé pour afficher de l’aide.

helpId
Int32

L’identifiant du contenu de l’aide.

S’applique à