Application.SetSidepaneStateButton Method (Project)
Office 2013
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. |