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
Thanks Mike. If the solution was any closer... it would have bit me!
That's exactly what I was looking for.
There is a RefreshMerge method which will update changes from the child to the parent.