title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.HelpLaunch method (Project) |
vbapj.chm810 |
|
project-server |
|
05e4e98c-bda7-5b41-372b-2f3752d2ab0e |
06/08/2017 |
medium |
Starts a Help file.
expression. HelpLaunch
( _FileName_
, _ContextNumber_
, _Search_
, _SearchKey_
)
expression A variable that represents an Application object.
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. |
Boolean
[!includeSupport and feedback]