Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.33 KB

Project.Application.HelpLaunch.md

File metadata and controls

42 lines (27 loc) · 1.33 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.HelpLaunch method (Project)
vbapj.chm810
vbapj.chm810
project-server
Project.Application.HelpLaunch
05e4e98c-bda7-5b41-372b-2f3752d2ab0e
06/08/2017
medium

Application.HelpLaunch method (Project)

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

[!includeSupport and feedback]