Share via


Application.SidepaneToggle Method

Project Developer Reference

This method fires the WindowSidepaneDisplayChange event, which shows or hides the side pane of the Project Guide.

Syntax

expression.SidepaneToggle(Show)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Show Optional Boolean True if Project shows the side pane for the Project Guide. False if Project hides the side pane for the Project Guide.

Return Value
Boolean

Remarks

The SidepaneToggle method is used to change the side pane display state; you cannot use this method to return the current display state of the side pane in the Project Guide.

See Also