Search code examples
c#winformsvisual-studio-2005

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


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.


Solution

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