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
AllowTransparencyProperty to False.