Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.36 KB

Project.Application.DetailsPaneToggle.md

File metadata and controls

54 lines (31 loc) · 1.36 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.DetailsPaneToggle method (Project)
vbapj.chm85
vbapj.chm85
project-server
Project.Application.DetailsPaneToggle
f62a42b2-397f-45c0-f2c1-f0468b8d489b
06/08/2017
medium

Application.DetailsPaneToggle method (Project)

Shows or hides the task or resource Details pane for the selected item.

Syntax

expression. DetailsPaneToggle( _Timeline_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Timeline Optional Variant If the value is True or 1, the method shows or hides the project Timeline pane. The default value is False.

Return value

Boolean

Remarks

If more than one task or resource is selected, the Details pane shows the first item. If an empty item is selected, the project displays the Details pane with no data.

Example

If the current view is a Calendar view where one task is selected, the following example first shows the Details pane for that task, and then hides the Details pane and shows the Timeline pane.

DetailsPaneToggleDetailsPaneToggle Timeline:=True

[!includeSupport and feedback]