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.ShowHelpIndex

Displays the index of the specified file.

[Visual Basic]
Public Shared Sub ShowHelpIndex( _
   ByVal parent As Control, _
   ByVal url As String _
)
[C#]
public static void ShowHelpIndex(
   Control parent,
   string url
);
[C++]
public: static void ShowHelpIndex(
   Control* parent,
   String* url
);
[JScript]
public static function ShowHelpIndex(
   parent : Control,
   url : String
);

Parameters

parent
A Control that identifies the parent of the Help dialog box.
url
Path to the HTMLHelp or Win32 Help file.

Remarks

Based on the value of the url parameter, this static (in Visual Basic Shared) method automatically determines whether an HTMLHelp or Win32 Help file is displayed.

You can also specify a Win32 Help or HTMLHelp command directly by using the constants defined in the Win32 SDK.

See Also

Help Class | Help Members | System.WinForms Namespace | ShowHelp | ShowPopup