I am working on a winforms application, one of my TransparencyKey forms is set to White , so TextBoxes transparent, as shown below:

I want to disable this transparency, I tried changing the TransparencyKey , but it destroys a different color. How can I turn off form transparency?
source share