+ 6
How to convert the TextBox into PasswordTextBox?
I want something like <input type="password"/> in HTML
7 Antworten
+ 5
with <password box> item xaml instead of text box
+ 5
NoThing named password box in visual studio. Just TextBox😡
+ 5
Sorry I understood what do you mean. That is better than PasswordChar.I am very sorry.
+ 5
No problem man, glad to be of help ;)
+ 5
It makes a button for make the password visible.
+ 4
you have to see the properties of PasswordBox and access it programmatically via new PasswordBox () object