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'identificateur 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

Parent de cette boîte de dialogue d'aide.

helpKeyword
String

Mot clé pour lequel afficher de l'aide.

helpId
Int32

Identificateur du contenu de l'aide.

S’applique à