Gets or sets a value that indicates whether the operating system-supplied password character should be used.
<SRCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether the text appears as the default password character.")>
Public Property UseSystemPasswordChar As Boolean
Dim instance As MaskedTextBoxCell
Dim value As Boolean
instance.UseSystemPasswordChar = value
value = instance.UseSystemPasswordChar
[SRCategory("Behavior")]
[DefaultValue()]
[SRDescription("Indicates whether the text appears as the default password character.")]
public bool UseSystemPasswordChar {get; set;}
Property Value
true if the system password character should be used as the prompt character; otherwise,
false. The default is
false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2