TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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);
Reply
Answers (
1
)
Parsing a strange text string...
IErrorInfo.GetDescription error in .net