ComponentEditorPage.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.
Shows Help information if the page supports Help information.
public:
virtual void ShowHelp();
public virtual void ShowHelp ();
abstract member ShowHelp : unit -> unit
override this.ShowHelp : unit -> unit
Public Overridable Sub ShowHelp ()
Remarks
This is only called if SupportsHelp returns true
. The Help system calls the ShowHelp method to provide Help for the page. ShowHelp is usually called in response to F1 or when the Help button is clicked to allow the page to bring up its associated Help topic.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.