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
SelectionForegroundProperty
Declaration
public static AutomationProperty SelectionForegroundProperty
Field Value
TextAlignmentProperty
TextProperty
TextWrappingProperty
Properties
AcceptsReturn
Declaration
public bool AcceptsReturn { get; set; }
Property Value
System.
|
CaretBrush
InputScope
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
MaxLength
Declaration
public int MaxLength { get; set; }
Property Value
System.
|
SelectionBackground
SelectionForeground
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Implements
TextAlignment
TextWrapping
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|
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.
|
System.
|
System.
|
System.
|
System.
|
System.
|