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?)
To merge the menus, you have to make sure the PopupMenuTools have the same key. The caption is never considered during merging. If their keys are the same and they are still not merging correctly, make sure the SharedProps.MergeType of both the parent and child menu tools is set to Default or MergeItems