工具条按钮移除灯光
我的工具条中有一个工具条按钮,我希望在鼠标悬停时删除橙色灯光,因为我动态更改按钮的图片。
我该如何做到这一点?
I have a toolstripbutton into my toolstrip, and I wish remove the orange lighting when a mouse is hover, because I change the picture of the button dynamically..
How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你的英语非常糟糕,所以我会尽力解释。
我假设您希望在单击工具条按钮后更改其图像。
这很简单。
您所要做的就是为按钮创建一个 onClick 操作,然后通过 onClick 操作函数中的代码更改其图标/图像属性。
Your English is impeccably bad so ill try to interpret as best i can.
I'm assuming you wish to change the image of a toolstripbutton once it's been clicked.
This is quite simple.
All you have to do is create an onClick action for the button, then change its icon/image attribute through code within the onClick action function.