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!

IHelpService.ShowHelp (String)

Shows the help topic that corresponds to the specified URL.

[Visual Basic]
Overloads Sub ShowHelp( _
   ByVal helpURL As String _
)
[C#]
void ShowHelp(
   string helpURL
);
[C++]
void ShowHelp(
   String* helpURL
) = 0;
[JScript]
function ShowHelp(
   helpURL : String
);

Parameters

helpURL
The URL of the help topic to display.

Remarks

The topic will be displayed in the environment's integrated help system.

See Also

IHelpService Interface | IHelpService Members | System.ComponentModel.Design Namespace | IHelpService.ShowHelp Overload List