leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
438 stars 132 forks source link

MultilineTextBox Background color it will reset itself #211

Closed valimaties closed 3 years ago

valimaties commented 3 years ago

Hi. Why the Backcolor of MultilineTextBox object it resets itself to a certain value? For example for a MultilineTextBox the default value is (80, 80 ,80) when I put the control on the form. But if I want to change it to (50, 50, 50) when I press enter it will reset to (80, 80, 80). Strange!

orapps44 commented 3 years ago

Hi, On all MaterialSkin controls Backcolor property can not be set. Described behaviour is normal.

Later I will hide this property.