Nick
Nick

Reputation: 13434

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.

Upvotes: 8

Views: 2604

Answers (1)

rjrapson
rjrapson

Reputation: 1997

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

Upvotes: 10

Related Questions