带有每个状态图像的工具条按钮
我的应用程序中有一个 ToolSrip 和一些 ToolStripButtons。 我希望不仅添加基本图像,还添加一个用于悬停状态的图像和另一个用于单击状态的图像,如果可能的话,当鼠标悬停在按钮上时删除橙色背景...... 有可能吗? 提前致谢!
I have in my app a ToolSrip with some ToolStripButtons.
I wish add not only the basic image, but an image for the hover state and another for the clicked state, and if possible, remove the orange background when the button is hovered by the mouse...
it's possible?
thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您查看按钮的事件,您可以看到各种事件,包括。这不是工作代码,它只是我脑海中的一个示例,但请查看链接。
http://msdn.microsoft.com/en-us /library/system.windows.forms.toolstripbutton.aspx
If you look at the events of the button you can see various events including. This isnt working code its just a sample from my head but look at the link.
http://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripbutton.aspx