_Explorer.IsPaneVisible Method
Returns a Boolean (bool in C#) indicating whether a specific explorer pane is visible.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function IsPaneVisible ( _
Pane As OlPane _
) As Boolean
'Usage
Dim instance As _Explorer
Dim Pane As OlPane
Dim returnValue As Boolean
returnValue = instance.IsPaneVisible(Pane)
[DispIdAttribute()]
bool IsPaneVisible(
OlPane Pane
)
Parameters
Pane
Type: Microsoft.Office.Interop.Outlook.OlPaneThe pane to check.
Return Value
Type: System.Boolean
True if the specified pane is displayed in the explorer; otherwise, False.
Remarks
You can also use the Visible property of the OutlookBarPane object to determine whether the Shortcuts pane is visible.