开发者

Transparent form

开发者 https://www.devze.com 2023-02-16 23:16 出处:网络
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 f

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.


You can also try setting the TransparencyKey property and back color of the form as same.

0

精彩评论

暂无评论...
验证码 换一张
取 消