WizardForm.ShowHelp Method

Definition

Provides a mechanism to display the wizard Help file.

protected:
 override void ShowHelp();
protected override void ShowHelp ();
override this.ShowHelp : unit -> unit
Protected Overrides Sub ShowHelp ()

Remarks

You must override this method to enable the display of the Help file. The base class method throws a System.NotImplementedException exception. Implementers should call this method to display the contents of the Help file or a hyperlink to the specified URL. You should check the CanShowHelp property to determine whether the user can view Help.

This method enables you to create a custom ShowHelp method.

Applies to