Class TextBox
Inheritance
System.Object
TextBox
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 TextBox : TextBoxBase, IAutomationPeer, IPeerConverter, IControl, ITextBox, IFrameworkElement, ITargetElement
Constructors
TextBox()
Declaration
public TextBox()
Fields
CharacterCasingProperty
MaxLengthProperty
MaxLinesProperty
MinLinesProperty
TextAlignmentProperty
TextProperty
TextWrappingProperty
Properties
CharacterCasing
MaxLength
Declaration
public int MaxLength { get; set; }
Property Value
System.Int32
|
MaxLines
Declaration
public int MaxLines { get; set; }
Property Value
System.Int32
|
MinLines
Declaration
public int MinLines { get; set; }
Property Value
System.Int32
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Implements
TextAlignment
TextWrapping
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
SetText(Boolean, String, Int32, Int32, Boolean, Boolean)
Declaration
public void SetText(bool simulateRealUser, string text, int keyPressTime, int keyHoldTime, bool fireKeyEvents, bool clearCurrentText = true)
Parameters
System.Boolean
simulateRealUser
|
System.String
text
|
System.Int32
keyPressTime
|
System.Int32
keyHoldTime
|
System.Boolean
fireKeyEvents
|
System.Boolean
clearCurrentText
|