Class PasswordBox
Inheritance
System.Object
PasswordBox
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class PasswordBox : Control, IAutomationPeer, IPeerConverter, IControl, IPasswordBox, IFrameworkElement, ITargetElement
Constructors
PasswordBox()
Declaration
public PasswordBox()
Fields
CaretBrushProperty
MaxLengthProperty
PasswordCharProperty
PasswordProperty
SelectionBackgroundProperty
Declaration
public static AutomationProperty SelectionBackgroundProperty
Field Value
SelectionForegroundProperty
Declaration
public static AutomationProperty SelectionForegroundProperty
Field Value
Properties
CaretBrush
MaxLength
Declaration
public int MaxLength { get; set; }
Property Value
System.
|
Password
Declaration
public string Password { get; set; }
Property Value
System.
|
Implements
PasswordChar
Declaration
public char PasswordChar { get; set; }
Property Value
System.
|
Implements
SelectionBackground
SelectionForeground
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|
Overrides
SetPassword(Boolean, String, Int32, Int32)
Declaration
public void SetPassword(bool simulateRealUser, string password, int keyPressTime, int keyHoldTime)
Parameters
System.
|
System.
|
System.
|
System.
|