Interface IPasswordBox
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IPasswordBox : IFrameworkElement, ITargetElement
Properties
Password
Declaration
string Password { get; set; }
Property Value
System.String
|
PasswordChar
Declaration
char PasswordChar { get; set; }
Property Value
System.Char
|
Methods
SetPassword(Boolean, String, Int32, Int32)
Declaration
void SetPassword(bool simulateRealUser, string text, int keyPressTime, int keyHoldTime)
Parameters
System.Boolean
simulateRealUser
|
System.String
text
|
System.Int32
keyPressTime
|
System.Int32
keyHoldTime
|