How do I make a button on a form behave like a button on a toolStrip? VS2008

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-06-03T14:07:07Z Indexed on 2010/06/03 14:14 UTC
Read the original article Hit count: 163

How do I make a button on a form behave like a button on a toolStrip?

I want a menu-type list to come down. I tried using a toolStripContainer but it is very hard to manipulate to get it to behave as just one button.

Is there an easier way than just putting a toolStrip with one button in a toolStripContainer?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms