|
-
May 6th, 2006, 12:08 AM
#1
[RESOLVED] [2.0] Merging MenuStrips
I have a Form with a MenuStrip on it. I have a ToolStripContainer on my form with a UserControl on the ContentPanel. If I add a MenuStrip to that UserControl, how can I make that merge with the form's MenuStrip?
-
May 6th, 2006, 05:47 AM
#2
Re: [2.0] Merging MenuStrips
Merging menus and tool bars is for MDI forms only. If you want to do it in your setup you'll have to do it yourself.
-
May 11th, 2006, 10:20 PM
#3
Re: [2.0] Merging MenuStrips
Is there any methods or properties for manual merging or am I going to have to check for ToolStripMenuItems in the new MenuStrip and add that to the current 1?
-
May 12th, 2006, 12:07 AM
#4
Re: [2.0] Merging MenuStrips
I thought my previous post was pretty clear. If you aren't using MDI then you can't merge menus and tool bars. You'll have to manually add each menu and tool bar item, be it a clone of the original or the original itself, removed from its original parent. You could create custom classes to handle it all and then just drop those classes in where needed.
-
May 12th, 2006, 06:04 PM
#5
Re: [2.0] Merging MenuStrips
 Originally Posted by jmcilhinney
I thought my previous post was pretty clear.
You were. I was just wondering if the MenuStrips had any members that would merge the menus that I could override or something.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|