WizardForm.ShowHelp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.