MobileForms Toolkit Documentation

ItemMaskedTextBox.PasswordChar Property

Gets or sets the character used to mask characters of a password in a MaskedTextBox control.

public char PasswordChar {get; set;}

Property Value

The character used to mask characters entered in a MaskedTextBox control. Set the value of this property to 0 (character value) if you do not want the control to mask characters as they are typed. Equals 0 (character value) by default.

Remarks

If the MultiLine property is set to true, setting the PasswordChar property has no visual effect. When the PasswordChar property is set to true, cut, copy, and paste actions in the control using the keyboard are not allowed, regardless of whether the Multiline property is set to true or false.

See Also

ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace