_Explorer.NavigationPane Property

Definition

Returns a NavigationPane object that represents the Navigation Pane for an Explorer object. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::NavigationPane ^ NavigationPane { Microsoft::Office::Interop::Outlook::NavigationPane ^ get(); };
public Microsoft.Office.Interop.Outlook.NavigationPane NavigationPane { get; }
Public ReadOnly Property NavigationPane As NavigationPane

Property Value

Remarks

Some Explorer objects may not have an associated NavigationPane object. In such cases, this property returns Nothing (a null reference (Nothing in Visual Basic) in C#)

Applies to