_Explorer.ShowPane Method
Displays or hides a specific pane in the explorer.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub ShowPane ( _
Pane As OlPane, _
Visible As Boolean _
)
'Usage
Dim instance As _Explorer
Dim Pane As OlPane
Dim Visible As Boolean
instance.ShowPane(Pane, Visible)
[DispIdAttribute()]
void ShowPane(
OlPane Pane,
bool Visible
)
Parameters
Pane
Type: Microsoft.Office.Interop.Outlook.OlPaneThe pane to display.
Visible
Type: System.BooleanTrue 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.