TextBox
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class TextBox : TextBoxBase, IAutomationPeer, IPeerConverter, IControl, ITextBox, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlTextBoxBaseTextBox...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public TextBox()
Fields
C#
public static AutomationProperty CharacterCasingProperty
C#
public static AutomationProperty MaxLengthProperty
C#
public static AutomationProperty MaxLinesProperty
C#
public static AutomationProperty MinLinesProperty
C#
public static AutomationProperty TextAlignmentProperty
C#
public static AutomationProperty TextProperty
C#
public static AutomationProperty TextWrappingProperty
Properties
C#
public CharacterCasing CharacterCasing { get; set; }
C#
public TextAlignment TextAlignment { get; set; }
C#
public TextWrapping TextWrapping { get; set; }