C# 如何将项目从一个菜单移动到另一个菜单?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20814/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do I move an item from one menu to another?
提问by Nick
In the Visual Studio designer, how do you move a menu item from one menu to another?
在 Visual Studio 设计器中,如何将菜单项从一个菜单移动到另一个菜单?
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.
我通常求助于手动编辑 .Designer.cs 文件。
采纳答案by rjrapson
Right-click, cut, and paste works just fine for me.
右键单击、剪切和粘贴对我来说很好用。