如何获取主题选项卡的颜色
在 XP 及以上主题的操作系统上运行时,如何确定 TTabSheet 的背景颜色?
How can I determine the background color of a TTabSheet when running on a OS with themes like XP and above?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会尝试 GetThemeColor。
编辑:但请注意,标签页在标准 XP 主题下具有渐变,因此单一颜色可能不是您所需要的。
I would try GetThemeColor.
Edit: But note that tab sheets have a gradient under standard XP theming, so a single color probably is not what you need.