leocb / MaterialSkin

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

Depreciate MaterialTextBox #308

Closed orapps44 closed 2 years ago

orapps44 commented 2 years ago

Depreciate MaterialTextBox control due to unsolved bugs. Replacement control is MaterialTextBox2.

It imply to remove some property that doesn't exist with MaterialTextBox2 (BorderStyle, Multiline) in Designer.cs file. Password property name has changed to UseSystemPasswordChar.

valimaties commented 2 years ago

Hi @orapps44 . You should do this with MaterialMultiLineTextBox too. Mark it as obsolete and let MaterialMultiLineTextBox2 as current and single control for multiline textbox control in MaterialSkin. 👍