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