Expand Minimize
This topic has not yet been rated - Rate this topic

Application.SetSidepaneStateButton Method (Project)

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

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.

The Project Guide is disabled by default in Project 2013. 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.