NavigationPane Interface

Definition

Represents the Navigation Pane displayed by the active Explorer object.

public interface class NavigationPane : Microsoft::Office::Interop::Outlook::_NavigationPane, Microsoft::Office::Interop::Outlook::NavigationPaneEvents_12_Event
[System.Runtime.InteropServices.Guid("000630E6-0000-0000-C000-000000000046")]
public interface NavigationPane : Microsoft.Office.Interop.Outlook._NavigationPane, Microsoft.Office.Interop.Outlook.NavigationPaneEvents_12_Event
Public Interface NavigationPane
Implements _NavigationPane, NavigationPaneEvents_12_Event
Derived
Attributes
Implements

Remarks

This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _NavigationPane. For information about the event members of the COM object, see NavigationPaneEvents_12_Event.

Use the NavigationPane property of the Explorer object to retrieve a NavigationPane object, if one exists for the explorer.Note   Some Explorer objects may not have a Navigation Pane.Use the IsCollapsed property to return or set the display mode of the Navigation Pane.

Use the Modules property to return a NavigationModules object that represents the collection of navigation modules contained by the Navigation Pane. Use the DisplayedModuleCount to return the count of NavigationModule objects currently displayed in the Navigation Pane and the CurrentModule property to return or set the currently selected NavigationModule object.

Use the ModuleSwitch event to detect when the selected NavigationModule object changes in the Navigation Pane.

Properties

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)

Events

ModuleSwitch

Occurs after the selection changes for a navigation module in the NavigationModules collection of the NavigationPane object.

(Inherited from NavigationPaneEvents_12_Event)

Applies to