IgnaceMaes / MaterialSkin

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

materialSingleLineTextField Focus & Select Don't Work #108

Closed brunominervino closed 8 years ago

brunominervino commented 8 years ago

I'm trying to use control.Select() or control.Focus() and don't work.

SaitDev commented 8 years ago

@brunominervino Try my pull request, it should fix your problem

brunominervino commented 8 years ago

@SaitDev thank you! I'll try.

lucasdavidferrero commented 8 years ago

@SaitDev It works well, thanks!