WizardFramework.SetHelpKey(Control, String) 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.
Définit la clé d'aide pour le contrôle spécifié.
public:
virtual void SetHelpKey(System::Windows::Forms::Control ^ ctl, System::String ^ helpKey);
public void SetHelpKey (System.Windows.Forms.Control ctl, string helpKey);
abstract member SetHelpKey : System.Windows.Forms.Control * string -> unit
override this.SetHelpKey : System.Windows.Forms.Control * string -> unit
Public Sub SetHelpKey (ctl As Control, helpKey As String)
Paramètres
- ctl
- Control
Objet de contrôle pour lequel la touche d'aide doit être définie.
- helpKey
- String
Touche d'aide du contrôle.