GrapeCity MultiRow Windows Forms Documentation
UseSystemPasswordChar Property (MaskedTextBoxCell)


Gets or sets a value that indicates whether the operating system-supplied password character should be used.
Syntax
<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.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe password character specified is the same as the current prompt character, PromptChar. The two must be different.
Remarks
Refer to MaskedTextBox.PasswordChar in MSDN.
Requirements

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

See Also

Reference

MaskedTextBoxCell Class
MaskedTextBoxCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.