Version

Hide QuickCustomize Button and NavigationOverflowButtonArea

The NavigationOverflowButtonArea displays buttons that do not fit in the NavigationGroupHeaderArea, through the Quick Customize or Configure buttons. The NavigationOverflowButtonArea is always visible even if there are no buttons in it.

This topic shows how you can hide the NavigationOverflowButtonArea and the Quick customize buttons of the ExplorerBar with its style set to OutlookNavigationPane. It can be done using the NavigationOverflowButtonAreaVisible property.

In Visual Basic:

Me.ultraExplorerBar1.NavigationOverflowButtonAreaVisible = false

In C#:

this.ultraExplorerBar1.NavigationOverflowButtonAreaVisible = false;