Inno Setup 中的透明组件列表背景?
我正在使用自定义安装程序来构建“我自己的”设置。
是否可以在组件列表上创建透明背景或禁用背景?
I'm using custom installer to build "my own" setup.
Is it possible to create transparent background or disable background on components list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以更改组件列表的颜色、边框样式等,以便可以处理任何纯色背景色,但不能使其透明。
WizardForm.ComponentsList
是一个TNewCheckListBox
,您可以在帮助中的“支持类参考”中查看其所有属性。You can change the colour, border style, etc of the component list so you can handle any solid background colour, but not make it transparent.
WizardForm.ComponentsList
is aTNewCheckListBox
for which you can see all properties in the "Support Classes Reference" in the help.