- parent
- A System.Windows.Forms.Control that identifies the parent of the Help dialog box.
- url
- The path and name of the Help file.
- navigator
- One of the System.Windows.Forms.HelpNavigator values.
The url parameter can be of the form C:\path\sample.chm or /folder/file.htm.
Compiled Help files provide table of contents, index, search, and keyword links in pages. You can use the following values for the navigator parameter: HelpNavigator.TableOfContents, HelpNavigator.Find, HelpNavigator.Index, or HelpNavigator.Topic.