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, Int32)

Shows the help topic that corresponds with the specified URL and topic navigation ID.

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

Parameters

helpURL
The URL of the help topic to display.
topic
An integer that provides navigation clues within the help topic.

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