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
AutomationProperty
|
SelectionForegroundProperty
Declaration
public static AutomationProperty SelectionForegroundProperty
Field Value
AutomationProperty
|
Properties
CaretBrush
MaxLength
Declaration
public int MaxLength { get; set; }
Property Value
System.Int32
|
Password
Declaration
public string Password { get; set; }
Property Value
System.String
|
Implements
PasswordChar
Declaration
public char PasswordChar { get; set; }
Property Value
System.Char
|
Implements
SelectionBackground
SelectionForeground
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
SetPassword(Boolean, String, Int32, Int32)
Declaration
public void SetPassword(bool simulateRealUser, string password, int keyPressTime, int keyHoldTime)
Parameters
System.Boolean
simulateRealUser
|
System.String
password
|
System.Int32
keyPressTime
|
System.Int32
keyHoldTime
|