Hi,
I have a Parent MDI form and one child form. Both forms have an UltraToolBarsManager, both the managers have their MdiMergable property set to true. When the child form closes I am saving the tool bar data (SaveAsXml). In the child forms OnLoad event I am loading the tool bar data (LoadFromXml) (if the file exists).
Unfortunatly none of the changes I make during run time to the merged toolbars are shown after the app is restarted.
So with the steps:
If I changed the child's UltraToolBarManager's MdiMergable property to false the removed button is not shown. Is there someway to achieve this whilst having the toolbar merged?
Thanks.
Any guidence here, or is my inital post / example unclear?
Just trying to find out if I need to roll my own method to save/load the merged tool bars customisations.
Thanks-
Hi Matt,
You just need to Load/Save the main MDI toolbar manager settings (in the MDI form load/close) as all of the customisations for the merged toolbars including the child toolbars are stored there.
See the end of http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/WinToolbarsManager_MDI_Toolbar_Merging.html for details.
John.