dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Cannot change ComboBox's ForeColor #95

Open cvpfus opened 5 years ago

cvpfus commented 5 years ago

I am trying to change combobox forecolor but it is not updated as I want. I have changed UseCustomForeColor to true but still remains the same

ghost commented 4 years ago

select the combobox and go to properties window, scroll down to "FlatStyle" change this from "Standard" to "Flat" then select your desired forecolor.