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 );
The topic will be displayed in the environment's integrated help system.
IHelpService Interface | IHelpService Members | System.ComponentModel.Design Namespace | IHelpService.ShowHelp Overload List