Share via


_NavigationFolder.IsSideBySide Property

Returns or sets a Boolean value (bool in C#) that indicates whether the NavigationFolder object is displayed in side-by-side or overlay mode. Read/write.

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

Syntax

'Declaration
Property IsSideBySide As Boolean
    Get
    Set
'Usage
Dim instance As _NavigationFolder
Dim value As Boolean

value = instance.IsSideBySide

instance.IsSideBySide = value
bool IsSideBySide { get; set; }

Property Value

Type: System.Boolean

Remarks

Setting this property to True displays the NavigationFolder in side-by-side mode; otherwise, overlay mode is used to display the navigation folder in the current view of the active explorer. The default value for this property is True.

Setting this property has no effect for a NavigationFolder object that is not associated with a Calendar module. If the NavigationFolder object is associated with a Calendar module, the value of this property is dependent on the following conditions:

If the IsSelected property of the NavigationFolder object is set to False, then this property value has no effect until the IsSelected property is set to True. If the IsSelected property is set to True, then the property value is applied when the NavigationFolder is displayed.

However, the IsSideBySide property is automatically set to True if the IsSelected property for only one NavigationFolder associated with the parent CalendarModule object is set to True. In other words, if the NavigationFolder object is the only navigation folder displayed in the current view of the active explorer, then the IsSideBySide property for that one NavigationFolder object is automatically set to True.

See Also

Reference

_NavigationFolder Interface

_NavigationFolder Members

Microsoft.Office.Interop.Outlook Namespace