NavigationPane Object Members
Outlook Developer Reference |
Represents the Navigation Pane displayed by the active Explorer object.
Properties
Name | Description | |
---|---|---|
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. | |
CurrentModule | Returns or sets a NavigationModule object that represents the currently selected navigation module in the Navigation Pane. Read/write. | |
DisplayedModuleCount | Returns or sets a Long value that indicates the number of NavigationModule objects displayed in the Navigation Pane. Read/write. | |
IsCollapsed | Returns or sets a Boolean value that determines whether the Navigation Pane is collapsed. Read/write. | |
Modules | Returns a NavigationModules object that represents the set of navigation modules contained by the Navigation Pane. Read-only. | |
Parent | Returns the parent Object of the specified object. Read-only. | |
Session | Returns the NameSpace object for the current session. Read-only. |
Events
Name | Description | |
---|---|---|
ModuleSwitch | Occurs after the selection changes for a navigation module in the Modules collection of the NavigationPane object. |