Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.42 KB

Project.Application.SidepaneToggle.md

File metadata and controls

48 lines (28 loc) · 1.42 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SidepaneToggle method (Project)
vbapj.chm52
vbapj.chm52
project-server
Project.Application.SidepaneToggle
882c9bef-f150-7128-a506-388dbe39558d
06/08/2017
medium

Application.SidepaneToggle method (Project)

Triggers the WindowSidepaneDisplayChange event, which shows or hides the side pane of the Project Guide. Deprecated in Project.

Syntax

expression. SidepaneToggle( _Show_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Show Optional Boolean True if Project shows the side pane for the Project Guide. False if Project hides the side pane for the Project Guide.

Return value

Boolean

Remarks

The SidepaneToggle method is used to change the side pane display state; you cannot use this method to return the current display state of the side pane in the Project Guide.

Note

The Project Guide is disabled by default in Project. Although you can create and display custom Project Guide pages, we recommend that you create a task pane app instead of the Project Guide for new development.

[!includeSupport and feedback]