Annoyance in Windows Forms 2.0 - ContextMenuStrip Controls

When you add a MenuStrip control to your form - the Windows Forms Designer automatically sets it as the menu for the MainMenuStrip property of your form. However, when you add a ContextMenuStrip control to your form, it does not set it as the context menu in the ContextMenuStrip property automatically. You have to go set it manually yourself. I wonder what the reason is for this - anybody know?

Also - it's really difficult to change the order (vertically) of MenuStrip controls at design-time on a form when you have more than one. Anybody know the easy way to do it?

1 Comment

Comments have been disabled for this content.