NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentEditorPage.ShowHelp

Called in response to F1 or when the Help button is clicked to allow the page to bring up its associated help topic. This is only called if the page returns true in SupportsHelp.

[Visual Basic]
Overridable Public Sub ShowHelp()
[C#]
public virtual void ShowHelp();
[C++]
public: virtual void ShowHelp();
[JScript]
public function ShowHelp();

See Also

ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace