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