_Explorer.NavigationPane Property
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.
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#)