c# caractère cacher mot de passe code example
Example: c# caractère cacher mot de passe
// Assign the asterisk to be the password character.
textBox1.PasswordChar = '*';
// Assign the asterisk to be the password character.
textBox1.PasswordChar = '*';