NavigationPane Members
Include Protected Members
Include Inherited Members
Represents the Navigation Pane displayed by the active Explorer object.
The NavigationPane type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _NavigationPane.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _NavigationPane.) | |
CurrentModule | Returns or sets a NavigationModule object that represents the currently selected navigation module in the Navigation Pane. Read/write. (Inherited from _NavigationPane.) | |
DisplayedModuleCount | Returns or sets an Integer (int in C#) value that indicates the number of NavigationModule objects displayed in the Navigation Pane. Read/write. (Inherited from _NavigationPane.) | |
IsCollapsed | Returns or sets a Boolean value (bool in C#) that determines whether the Navigation Pane is collapsed. Read/write. (Inherited from _NavigationPane.) | |
Modules | Returns a NavigationModules object that represents the set of navigation modules contained by the Navigation Pane. Read-only. (Inherited from _NavigationPane.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _NavigationPane.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _NavigationPane.) |
Top
Events
Name | Description | |
---|---|---|
ModuleSwitch | Occurs after the selection changes for a navigation module in the NavigationModules collection of the NavigationPane object. (Inherited from NavigationPaneEvents_12_Event.) |
Top