Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您查看 Windows 7 及更高版本上的标准 TButton,将鼠标悬停在按钮上会产生微妙的淡入效果,而将光标移开会使按钮的热面快速淡出。
如果您使用 TBitBtn 检查相同的内容,您会发现没有淡入淡出效果;它在没有任何转换的情况下变为热状态,然后在没有任何转换的情况下变回。
是否有任何类似于 TBitBtn 的组件可以显示图片并且同时具有适当的主题?
是的,您可以使用TButton本机 Windows BUTTON 控件,并且它通过图像列表支持图标。但要小心这个错误!
TButton