WizardFramework.RemoveHelpKey(Control) Method

Definition

Removes the help key for the specified control. Help will no longer be available for the specified control.

public:
 virtual void RemoveHelpKey(System::Windows::Forms::Control ^ ctl);
public void RemoveHelpKey (System.Windows.Forms.Control ctl);
abstract member RemoveHelpKey : System.Windows.Forms.Control -> unit
override this.RemoveHelpKey : System.Windows.Forms.Control -> unit
Public Sub RemoveHelpKey (ctl As Control)

Parameters

ctl
Control

The Control object whose help key will be removed.

Applies to