_Explorer.ShowPane(OlPane, Boolean) Method

Definition

Displays or hides a specific pane in the explorer.

public:
 void ShowPane(Microsoft::Office::Interop::Outlook::OlPane Pane, bool Visible);
public void ShowPane (Microsoft.Office.Interop.Outlook.OlPane Pane, bool Visible);
Public Sub ShowPane (Pane As OlPane, Visible As Boolean)

Parameters

Pane
OlPane

The pane to display.

Visible
Boolean

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

Remarks

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

Applies to