Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
Dynamically rebuilding MDI parent menu without losing Child Merged Items
posted

My app requires that I regenerate/refresh an MDI parent menu that includes a dynamic list of items along with some static items.  I can accomplish this with no problem using the Tools.Clear() method on the PopupMenuTool then rebuilding it programmatically. The problem is that I lose merged menu items assigned to the same menu from child form.

Is there a way to keep the merged child tools from being lost when the parent form gets cleared - or - is there a way to programmatically force the child form's tools to remerge after the rebuilding process is complete?

 Thanks for any suggestion you may have.

AYS, Jeff

Parents
No Data
Reply Children