Share via


Panes Object

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Explorer
Aa158747.parchild(en-us,office.10).gifPanes
Aa158747.space(en-us,office.10).gifAa158747.parchild(en-us,office.10).gifNameSpace

The Panes object contains the panes displayed by the specified Explorer.

Using the Panes Object

Use the Panes property to return the Panes collection object from an Explorer object.

  Set myPanes = myExplorer.Panes

Use the Item method to retrieve a specific pane. To retrieve the OutlookBarPane object representing the Outlook Bar, use the following:

  Set myOLBarPane = myExplorer.Panes.Item("OutlookBar")

For Microsoft Outlook 2000 and later, the Outlook Bar is the only pane that you can access through the Panes object.