Is there a way through the Visual Studio IDE to move buttons between ToolStrips?
Posted
by Eric
on Stack Overflow
See other posts from Stack Overflow
or by Eric
Published on 2010-06-15T21:29:25Z
Indexed on
2010/06/15
21:32 UTC
Read the original article
Hit count: 133
I have multiple ToolStrips with buttons on my form. I'd like to move some buttons from one ToolStrip to another. However, the Visual Studio IDE is not allowing me to drag the buttons off of a ToolStrip. I could go and edit the designer file for the form, but I try to avoid that as much as possible. So is there some way to do this through the IDE?
© Stack Overflow or respective owner