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.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class PasswordBox : Control, IAutomationPeer, IPeerConverter, IControl, IPasswordBox, IFrameworkElement, ITargetElement
Constructors
PasswordBox()
Declaration
public PasswordBox()
Fields
MaxLengthProperty
PasswordCharProperty
PasswordProperty
Properties
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
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
SetPassword(Boolean, String, Int32, Int32)
Declaration
public void SetPassword(bool simulateRealUser, string text, int keyPressTime, int keyHoldTime)
Parameters
System.Boolean
simulateRealUser
|
System.String
text
|
System.Int32
keyPressTime
|
System.Int32
keyHoldTime
|