Mergable bar manager toolbars

Bars for Windows Forms Forum

Posted 18 years ago by Colin Blakey - Application Development Manager, Vertex Inc
Avatar
We have an application which supports plugable controls. Each of these plugins has it's own toolbar defined i.e. like the Visual Studio solution explorer and has no knowledge of the parent application. It does not appear at first glance to be possible to use the UI studio bar manager to define toolbars in the separate controls, only context menus appear to be definable. From a useability point of view it would be nice to be able to define toolbars at the control/sub form level, which can be done by Visual Studio. Extending the idea further it would be even better to be able to define toolbars/menus at the control/sub form level that can then be merged with the parent when the control is added to the parent form as opposed to defining all the menu items at the parent level which is how the sample applications shows this.

[Modified at 03/21/2006 03:45 PM]

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Colin,

You should be able to add links to a standalone toolbar without having a BarManager assigned to it. In that case, the toolbar must manage its own links' click events and the links you add can be using orphaned commands. By orphaned commands, I mean commands that aren't tied to a BarManager.

Also, when not using a BarManager with a standalone toolbar, you'd probably have to create the commands/links programmatically.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.