Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.22 KB

Project.Application.SetSidepaneStateButton.md

File metadata and controls

38 lines (22 loc) · 1.22 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SetSidepaneStateButton method (Project)
project-server
Project.Application.SetSidepaneStateButton
21603c44-d9f3-96b6-ee42-df17eb58287a
06/08/2017
medium

Application.SetSidepaneStateButton method (Project)

Sets the state of the Toggle button in the Project Guide. Deprecated in Project.

Syntax

expression. SetSidepaneStateButton( _DisplayState_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
DisplayState Required Boolean False if the button should be in normal state, indicating the side pane is hidden. True if the button should be in depressed state, indicating the side pane is showing.

Remarks

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

The state of the button should be depressed when the side pane is showing, normal when the side pane is hidden.

[!includeSupport and feedback]