WizardFramework.SetHelpKey(Control, String) Méthode

Définition

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.

S’applique à