We are trying to replicate the toolbar overflow functionality seen in Visual Studio 2008 when a tool window causes the toolbar to overflow. (Example: the Output window).
In Visual Studio this causes an options button to appear to show the overflowed items in a drop-down menu. In a UI Studio application, this does the same thing, but also shows "Add or Remove Buttons", no matter what properties I have tried setting on the BarManager or its related objects.
We do not wish the Add or Remove Buttons options to appear, but we do wish for the overflow items to appear in the drop-down. Any ideas on how to accomplish this?