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.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class TextBox : Control, IAutomationPeer, IPeerConverter, IControl, ITextBox, IFrameworkElement, ITargetElement
Constructors
TextBox()
Declaration
public TextBox()
Fields
AcceptsReturnProperty
CaretBrushProperty
InputScopeProperty
IsReadOnlyProperty
MaxLengthProperty
SelectionBackgroundProperty
Declaration
public static AutomationProperty SelectionBackgroundProperty
Field Value
AutomationProperty
|
SelectionForegroundProperty
Declaration
public static AutomationProperty SelectionForegroundProperty
Field Value
AutomationProperty
|
TextAlignmentProperty
TextProperty
TextWrappingProperty
Properties
AcceptsReturn
Declaration
public bool AcceptsReturn { get; set; }
Property Value
System.Boolean
|
CaretBrush
InputScope
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
MaxLength
Declaration
public int MaxLength { get; set; }
Property Value
System.Int32
|
SelectionBackground
SelectionForeground
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
|