禁用工具栏按钮的鼠标悬停突出显示 (winapi)
有什么办法(好吧,我假设一定有)来禁用 XP 中工具栏的鼠标悬停突出显示?我只是通过 Common Lisp 对我的应用程序的 GUI 进行标准 Win32 调用。或者是否可以实现自定义突出显示?
非常感谢, 克里斯·M
Is there any way (well, I'm assuming there must be) to disable mouse-over highlighting for a toolbar in XP? I'm just making standard Win32 calls for my application's GUI, through Common Lisp. Alternatively is it possible to implement custom highlighting?
Many thanks,
ChrisM
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所描述的称为热跟踪,是针对平面样式工具栏执行的。如果您想禁用它,请删除 TBSTYLE_FLAT< /a> 风格。
What you are describing is called hot-tracking and is performed for flat style toolbars. If you want to disable it then remove the TBSTYLE_FLAT style.