leocb / MaterialSkin

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

LeaveOnEnterKey property added for Material TextBoxes. #269

Closed valimaties closed 2 years ago

valimaties commented 2 years ago

Implemented LeaveOnEnterKey property on all textboxes controls. This property will allow you to select the next control which have TabStop property on True, if this property is set to True. By default, it is False, to preserve current approach of Material TextBox controls.

Mention: On MultiLine controls, to be able to add Carriage Return (Enter key) in text, the user must press CTRL+Enter, if this property is set to True.

orapps44 commented 2 years ago

Thanks for this new PR.