Class TextBoxBase
Inheritance
System.Object
TextBoxBase
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.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class TextBoxBase : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
TextBoxBase()
Declaration
public TextBoxBase()
Fields
AcceptsReturnProperty
AcceptsTabProperty
AutoWordSelectionProperty
Declaration
public static AutomationProperty AutoWordSelectionProperty
Field Value
HorizontalScrollBarVisibilityProperty
Declaration
public static AutomationProperty HorizontalScrollBarVisibilityProperty
Field Value
IsReadOnlyProperty
IsUndoEnabledProperty
UndoLimitProperty
VerticalScrollBarVisibilityProperty
Declaration
public static AutomationProperty VerticalScrollBarVisibilityProperty
Field Value
Properties
AcceptsReturn
Declaration
public bool AcceptsReturn { get; set; }
Property Value
System.
|
AcceptsTab
Declaration
public bool AcceptsTab { get; set; }
Property Value
System.
|
AutoWordSelection
Declaration
public bool AutoWordSelection { get; set; }
Property Value
System.
|
HorizontalScrollBarVisibility
Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
IsUndoEnabled
Declaration
public bool IsUndoEnabled { get; set; }
Property Value
System.
|
UndoLimit
Declaration
public int UndoLimit { get; set; }
Property Value
System.
|
VerticalScrollBarVisibility
Declaration
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Property Value
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|