Taiizor / ReaLTaiizor

ReaLTaiizor is a .NET WinForms control library that offers a wide range of components and is user-friendly and design-focused.

Home Page:https://www.vegalya.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BigTextBox placeholder

danijerez opened this issue · comments

Is your feature request related to a problem? Please describe.
It would be possible to add to the BigTextBox a field for a placeholder or hint. I'm trying to do it by controlling the Enter and the Leave but managing the language change is complicated, something like the native Windows Forms TextBox. Thank you.

Describe the solution you'd like
textUsername = new ReaLTaiizor.Controls.BigTextBox();
textUsername.PlaceHolder = "User"

Describe alternatives you've considered
textUsername = new ReaLTaiizor.Controls.BigTextBox();
textUsername.Hint = "User"

We grateful you making your first issue notification. You can be sure that a return will be made as soon as possible.