ComponentEditorPage.ShowHelp Method

Definition

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