透明形式
我在 c# froms 中具有透明属性。当我将表单的不透明度设置为 0.5 时,所有控件的不透明度也设置为 0.5。我只是想要从,不是所有控件,所有控件必须仍然完整视图。
是否可以?如果是的话怎么办?
谢谢。
I in c# froms have transparent properties. When I set 0.5 value of form's opacity, also all controls opacity set 0.5 too. I just want from, not all controls , All controls must still full view.
Is it possible? if yes how ?
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还可以尝试将表单的 TransparencyKey 属性和背景颜色设置为相同。
You can also try setting the TransparencyKey property and back color of the form as same.