禁用 Winforms 中的透明度
我正在开发一个可主题化的应用程序,因此我不可能选择一种保证不存在的颜色。不幸的是,我找不到禁用表单上的透明度键的选项。如果我将透明度键设置为透明,则会出现如下问题:
I am working on an application that is themeable, so it is impossible for me to pick a color that is guaranteed to not exist. Unfortunately, I can't find an option to disable the transparency key on a form. If I set the transparency key to transparent, I have the issue shown below:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Form.AllowTransparency
可以完成这项工作吗?Would
Form.AllowTransparency
do the job?