'Declaration
<SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("MaskedTextBoxUseSystemPasswordCharDescr")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <System.ComponentModel.DefaultValueAttribute(False)> Public Property UseSystemPasswordChar As System.Boolean
'Usage
Dim instance As NMaskedTextBox Dim value As System.Boolean instance.UseSystemPasswordChar = value value = instance.UseSystemPasswordChar
[SRCategory("CatBehavior")] [SRDescription("MaskedTextBoxUseSystemPasswordCharDescr")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.DefaultValue(false)] public System.bool UseSystemPasswordChar {get; set;}