How do I move an item from one menu to another?

c#, visual-studio-2005, winforms

Solution

Right-click, cut, and paste works just fine for me.

Problem

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.

Original source