如何使表单上的按钮像 toolStrip 上的按钮一样工作? VS2008
如何使表单上的按钮像 toolStrip 上的按钮一样工作?
我想要一个菜单类型的列表。我尝试使用 toolStripContainer,但很难操作以使其仅充当一个按钮。
有没有比将带有一个按钮的 toolStrip 放入 toolStripContainer 更简单的方法?
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
忘记 ToolStripContainer,只需使用 ToolStrip(带有 1 个按钮)。
放
Forget the ToolStripContainer, just use a ToolStrip (with 1 button).
set