WizardFramework.SetHelpKey(Control, String) Method

Definition

Sets the help key for the specified control.

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)

Parameters

ctl
Control

The Control object to set the help key for.

helpKey
String

The help key for the control.

Applies to