I have a ribbon which is being merged with an MDI form. I am able to add tab groups and tools in code perfectly. However, when my user clicks a certain button, I need to clear out all the tools from the tab group and reload the list with a new set of tools. I am able to clear the tools, but when I add the new tools, nothing appears in the tab group. I am removing the tools from the tab group and from the toolbars manager as well before I add my new tools. Is there something else I need to do since the merge has already occurred?
Rich
Try calling RefreshMerge on either the parent or child managers. This should resync everything.