_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

  • Visible
    Type: System.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.

See Also

Reference

_Explorer Interface

_Explorer Members

Microsoft.Office.Interop.Outlook Namespace