TextBoxActiveXControl.PasswordChar

TextBoxActiveXControl.PasswordChar property

Gets and sets a character to be displayed in place of the characters entered.

public char PasswordChar { get; set; }

Examples

[C#]
activeXControl.PasswordChar = 'a';

See Also