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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.