Casebash
Casebash

Reputation: 118962

Disabling transparency in Winforms

I am working on an application that is themeable, so it is impossible for me to pick a color that is guaranteed to not exist. Unfortunately, I can't find an option to disable the transparency key on a form. If I set the transparency key to transparent, I have the issue shown below:

enter image description here

Upvotes: 1

Views: 973

Answers (1)

user703016
user703016

Reputation: 37985

Would Form.AllowTransparency do the job?

Upvotes: 3

Related Questions