Delphi组件spTbxToolbar换肤
如何在运行时通过代码(不适用于 groupskintype)更改 sptbxtoolbar 组件的皮肤类型?
How to change at runtime by code (not for groupskintype), the skin type for a sptbxtoolbar component?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您只能一次更改所有 SpTBXLib 组件的外观。
使用此代码
不过,如果每个 SpTBXLib 组件是使用外观、Windows 外观或默认外观绘制的,您可以通过设置分配
SkinType
属性来进行设置。提示:工具栏本身没有 SkinType 属性。 它们总是使用皮肤绘制。
You can only change the skin of all SpTBXLib components at once.
Use this code
You can however set for each SpTBXLib component if it is drawed using the skin, Windows look or the default look, by setting assigning the
SkinType
property.Hint: Toolbars itself do not have the SkinType property. They are always drawn using the skin.
我不知道该组件,但发现 this谷歌。 希望能帮助到你。
I don't know that component, but found this with Google. Hope it helps.