Hello,
I have multiple UltraToolbarsMangers objects defined in several different modules (DLL's) and I need to be able to merge them into one single toolbar. How can I achieve this?
Thank you,
Daniel
Hello Daniel,
I`m not sure that I understand well your scenario, but if you want to merge different UltraToolbarManager, it means that you should set property MdiMergeable = true, also the WinForm (UserControl) that contain your UltraToolbarManagers should be MdiContainer or MdiChild form. More details you could find in our online documentation :
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/WinToolbarsManager_MDI_Ribbon_Merging.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/WinToolbarsManager_MDI_Toolbar_Merging.html
Let me know if you have any further questions