TextBoxBase
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class TextBoxBase : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlTextBoxBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public TextBoxBase()
Fields
C#
public static AutomationProperty AcceptsReturnProperty
C#
public static AutomationProperty AcceptsTabProperty
C#
public static AutomationProperty AutoWordSelectionProperty
C#
public static AutomationProperty HorizontalScrollBarVisibilityProperty
C#
public static AutomationProperty IsReadOnlyProperty
C#
public static AutomationProperty IsUndoEnabledProperty
C#
public static AutomationProperty UndoLimitProperty
C#
public static AutomationProperty VerticalScrollBarVisibilityProperty
Properties
C#
public bool AcceptsReturn { get; set; }
C#
public bool AcceptsTab { get; set; }
C#
public bool AutoWordSelection { get; set; }
C#
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
C#
public bool IsReadOnly { get; set; }
C#
public bool IsUndoEnabled { get; set; }
C#
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }