c# - Is there a way through the Visual Studio IDE to move buttons between ToolStrips? -


I have many toolstrips that have buttons on my form. I want to move from one toolstrip to another. However, the Visual Studio IDE is not allowing me to drag toolstrip buttons. I can go and edit the designer file for the form, but I try to avoid doing so as much as possible. So, is there any way to do this through IDE?

Yes, there is no problem control click, Ctrl + X to cut it in the clipboard. Click on other toolstrip, paste Ctrl + V with the clipboard.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -