thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
401 stars 225 forks source link

Form Theme doesn't seem to affect the Control box backcolor. #65

Open tenlashes opened 8 years ago

tenlashes commented 8 years ago

I like this framework and it has been very easy to implement, but when I am in Dark theme, the form controlbox (minimize, maximize, quit) stays white. How do I change this?

image

tenlashes commented 8 years ago

Figured it out after reading #21.

image

zbooa commented 8 years ago

@tenlashes I add "Owner = this",...Not OK.