Explorer![]() ![]() ![]() |
Panes 对象包含由指定的 Explorer 显示的窗格。
使用 Panes 属性从 Explorer 对象中返回 Panes 集合对象。
Set myPanes = myExplorer.Panes
使用 Item 方法检索特定窗格。若要检索代表 Outlook 面板的 OutlookBarPane 对象,请使用以下代码:
Set myOLBarPane = myExplorer.Panes.Item("OutlookBar")
对于 Microsoft Outlook 2000 及其更高版本,Outlook 面板是唯一可通过 Panes 对象访问的窗格。