'Declaration
<SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("MaskedTextBoxPasswordCharDescr")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <System.ComponentModel.DefaultValueAttribute( )> Public Property PasswordChar As System.Char
'Usage
Dim instance As NMaskedTextBox Dim value As System.Char instance.PasswordChar = value value = instance.PasswordChar
[SRCategory("CatBehavior")] [SRDescription("MaskedTextBoxPasswordCharDescr")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.DefaultValue( )] public System.char PasswordChar {get; set;}