DisplayLeftPaneAndButton Property

Applies To

Binder object.

Description

True if the left pane (also known as the Binder pane) of the specified binder and the button that allows the user to display this pane are visible. Read/write Boolean.

See Also

DisplayStatusBar property.

Example

This example displays the binder represented by newBinder but doesn't display the Binder pane. The button that allows the user to display this pane isn't available.

newBinder.DisplayLeftPaneAndButton = False
newBinder.Visible = True