Application.SetSidepaneStateButton Method
Project Developer Reference |
Sets the state of the Toggle button in the Project Guide. The state of the button should be depressed when the side pane is showing, normal when the side pane is hidden.
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. |
See Also