IQueryDesignerHelpImpl.ShowHelp(Control, String, Int32) 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 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.