Panes Interface
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.
Contains the panes displayed by the specified Explorer.
public interface class Panes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00063009-0000-0000-C000-000000000046")]
public interface Panes : System.Collections.IEnumerable
Public Interface Panes
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the Panes property to return the Panes collection object from an Explorer object.
Use the Item[Object] property (this in C#) to retrieve a specific pane.
For Microsoft Outlook 2000 and later, the Shortcuts pane is the only pane that you can access through the Panes object.
Properties
Application |
Returns an Application object that represents the parent Outlook application for the object. Read-only. |
Class |
Returns an OlObjectClass constant indicating the object's class. Read-only. |
Count |
Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. |
Item[Object] |
Returns a pane from a collection. |
Parent |
Returns the parent Object of the specified object. Read-only. |
Session |
Returns the NameSpace object for the current session. Read-only. |