_Explorer.Panes Property
Returns a Panes collection object representing the panes displayed by the specified explorer.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property Panes As Panes
Get
'Usage
Dim instance As _Explorer
Dim value As Panes
value = instance.Panes
Panes Panes { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Panes