_Explorer.ShowPane(OlPane, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.