views:

148

answers:

1

I am looking for a framebar component (commercial or OSS) that will give winforms like menu and tool bar functionality like then one we have in Visual studio (when you right click on the main menu).

I am aware of the Office 2007 ribbon thing. but the requirements for the application is to have "old style" menu and toolbars experience (including the end user customization capabilities).

A: 

i guess what you are looking for is already built in. check out the Menu and Toolbar classes.

Joachim Kerschbaumer
it doesn't have the end user customization capabilities.
Asher
well actually it does. just override the control template...
Joachim Kerschbaumer