_Explorer.IsPaneVisible(OlPane) 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.
Returns a Boolean (bool in C#) indicating whether a specific explorer pane is visible.
public:
bool IsPaneVisible(Microsoft::Office::Interop::Outlook::OlPane Pane);
public bool IsPaneVisible (Microsoft.Office.Interop.Outlook.OlPane Pane);
Public Function IsPaneVisible (Pane As OlPane) As Boolean
Parameters
- Pane
- OlPane
The pane to check.
Returns
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.