SetSidepaneStateButton Method

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   *     Optional. An expression that returns an Application object.

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.

Applies to | Application Object

See Also | SidepaneTaskChange Method | SidepaneToggle Method