I'm working on a winforms application, one of my forms has TransparencyKey
set to White
so the TextBoxes
are transparent as shown below:
I want to disable this transparency, I tried changing the TransparencyKey
it works but ruins another color. How can I Disable transparency of the form?
Just set the Forms AllowTransparency
Property to False.
In the property sheet of the form, right-click TransparencyKey
and choose Reset
.
Failing that, try setting TransparencyKey
to an unused colour.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With