InterfaceIPasswordBox
Interface
Represents interface for the Xaml PasswordBox control wrappers.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface IPasswordBox : IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
Password
Get/set the password.
PasswordChar
Get/set the password char.
Methods
SetPassword(bool, string, int, int)
Sets or types a new text into the PasswordBox.
Declaration
cs-api-definition
void SetPassword(bool simulateRealUser, string text, int keyPressTime, int keyHoldTime)
Parameters
simulateRealUser
If true, simulates typing, otherwise simply replaces the text.
text
The text to set/type.
keyPressTime
The delay between each press.
keyHoldTime
The delay between pressing and releasing each key.