BaseForm.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.
When overridden in a derived class, displays the Help file.
protected:
virtual void ShowHelp();
protected virtual void ShowHelp ();
abstract member ShowHelp : unit -> unit
override this.ShowHelp : unit -> unit
Protected Overridable Sub ShowHelp ()
Remarks
You must override this method to display the Help file. The base class method throws a System.NotImplementedException. Implementers should call this method to display the contents of the Help file or a hyperlink to the specified URL. Implementers should check the CanShowHelp property to determine whether the user can view the Help file.
This method enables you to create a customized ShowHelp method.