Is there any automatic/manual way in TabbedMDIManager which will add/merge menus of active childwindow? And remove if childwindow is closed?
If you use an UltraToolbarsManager on both the parent and child Forms, they will be merged automatically. I think the merging is also automatic when using the .Net MenuStrip.
Thanks Mike
I used UltraToolbarsManager both in parent and child. Using UltraToolbarsManager it merged child window menus nicely. In my original application I used normal .net MenuStrip which was not merging, let me know if I am missing something for normal .net MenuStrip.
Moreover if I used same menu names in both child and parent then I get two menu items with same name, is there any way I can merge with parent menu items?(For ex, I have "File" menu in parent and child, then is it possible to merge child menus within parent?)