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
865 stars 1.08k forks source link

Cannot change ForeColor of MetroTextBox #79

Closed dragomirg closed 6 years ago

dragomirg commented 6 years ago

I am trying to change the ForeColor of a MetroTextBox to some color (for example Red), but it always stays the same (ControlText). I change the ForeColor both in the Visual Studio designer and in my code, but nothing works.

dragomirg commented 6 years ago

I just noticed that I must use UseCustomForeColor. Issue closed, sorry for opening it