Share via


ShowPane Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

                          

Displays or hides a specific pane in the explorer.

Note   You can also use the Visible property of the OutlookBarPane object to display or hide the .

Syntax

object**.ShowPane(Pane, Visible)**

object   Required. An expression that returns an Explorer object.

Pane   Required. Must be one of the following olPanesconstants: olOutlookBar(1), olFolderList(2), or olPreview(3).

Visible   Required. True to make the pane visible, False to hide the pane.