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!

Help.ShowHelp

Displays the contents of a Help file.

Overload List

Displays the contents of the Help file for a specific topic found at the specified URL.

[Visual Basic] Overloads Public Shared Sub ShowHelp(Control, String, String)
[C#] public static void ShowHelp(Control, String, String);
[C++] public: static void ShowHelp(Control*, String, String);
[JScript] public static function ShowHelp(Control, String, String);

Displays the contents of the Help file at located at a specified URL.

[Visual Basic] Overloads Public Shared Sub ShowHelp(Control, String)
[C#] public static void ShowHelp(Control, String);
[C++] public: static void ShowHelp(Control*, String);
[JScript] public static function ShowHelp(Control, String);

Displays the contents of the Help file located at the URL supplied by the user.

[Visual Basic] Overloads Public Shared Sub ShowHelp(Control, String, Integer, Object)
[C#] public static void ShowHelp(Control, String, int, Object);
[C++] public: static void ShowHelp(Control*, String, int, Object);
[JScript] public static function ShowHelp(Control, String, int, Object);

See Also

Help Class | Help Members | System.WinForms Namespace