In the Visual Studio designer, how do you move a menu item from one menu to another?
I would assume drag and drop would work, but it seems to only work within a menu for me.
I usually resort to editing the .Designer.cs files by hand.
Right-click, cut, and paste works just fine for me.