_Explorer.NavigationPane Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property NavigationPane As NavigationPane
    Get
'Usage
Dim instance As _Explorer
Dim value As NavigationPane

value = instance.NavigationPane
[DispIdAttribute()]
NavigationPane NavigationPane { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.NavigationPane

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#)

See Also

Reference

_Explorer Interface

_Explorer Members

Microsoft.Office.Interop.Outlook Namespace