Gustavo

Gustavo

  • NA
  • 1.3k
  • 453.9k

How do I: Clear the ToolStripManager.Merge

Mar 9 2010 4:17 PM

Hello:
 
I am using the following lines to populate the MDIParent toolStrip from the MDIChild toolStrip. It works file. However, I would like to clear the MDIParent toolStrip, just in case there was something there from a previous form. Is there a way to clear/delete/remove the MDIParent toolStrip?

FormICEPack FormICEPack = (FormICEPack)Application.OpenForms["FormICEPack"];
ToolStripManager.Merge(toolStripUser, FormICEPack.toolStripICEPack);

Answers (1)