TextBox
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class TextBox : Control, IAutomationPeer, IPeerConverter, IControl, ITextBox, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlTextBox...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public TextBox()
Fields
C#
public static AutomationProperty AcceptsReturnProperty
C#
public static AutomationProperty CaretBrushProperty
C#
public static AutomationProperty InputScopeProperty
C#
public static AutomationProperty IsReadOnlyProperty
C#
public static AutomationProperty MaxLengthProperty
C#
public static AutomationProperty SelectionBackgroundProperty
C#
public static AutomationProperty SelectionForegroundProperty
C#
public static AutomationProperty TextAlignmentProperty
C#
public static AutomationProperty TextProperty
C#
public static AutomationProperty TextWrappingProperty
Properties
C#
public bool AcceptsReturn { get; set; }
C#
public Brush CaretBrush { get; set; }
C#
public InputScope InputScope { get; set; }
C#
public bool IsReadOnly { get; set; }
C#
public Brush SelectionBackground { get; set; }
C#
public Brush SelectionForeground { get; set; }
C#
public TextAlignment TextAlignment { get; set; }
C#
public TextWrapping TextWrapping { get; set; }