[To be supplied.]
Shows the help topic that corresponds with the specified URL and topic navigation ID.
[Visual Basic] Overloads Sub ShowHelp(String, Integer)
[C#] void ShowHelp(String, int);
[C++] void ShowHelp(String*, int) = 0;
[JScript] function ShowHelp(String, int);
Shows the help topic that corresponds to the specified URL.
[Visual Basic] Overloads Sub ShowHelp(String)
[C#] void ShowHelp(String);
[C++] void ShowHelp(String*) = 0;
[JScript] function ShowHelp(String);
IHelpService Interface | IHelpService Members | System.ComponentModel.Design Namespace