Application.HelpLaunch Method
Project Developer Reference |
Starts a Help file.
Syntax
expression.HelpLaunch(FileName, ContextNumber, Search, SearchKey)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
FileName | Optional | String | The file name (with either .hlp or .chm extension) of the Help file to start. If FileName is not specified and Search is False, the Project Help window appears with the navigation pane expanded. |
ContextNumber | Optional | Long | The context number of a topic to display. |
Search | Optional | Boolean | True if the Help window appears with the navigation pane expanded (CHM). If Search is True, ContextNumber is ignored. The default value is False. |
SearchKey | Optional | String | Due to changes in the Project object model, this argument is no longer supported. |
Return Value
Boolean
See Also