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
AutomationProperty
|
HorizontalScrollBarVisibilityProperty
Declaration
public static AutomationProperty HorizontalScrollBarVisibilityProperty
Field Value
AutomationProperty
|
IsReadOnlyProperty
IsUndoEnabledProperty
UndoLimitProperty
VerticalScrollBarVisibilityProperty
Declaration
public static AutomationProperty VerticalScrollBarVisibilityProperty
Field Value
AutomationProperty
|
Properties
AcceptsReturn
Declaration
public bool AcceptsReturn { get; set; }
Property Value
System.Boolean
|
AcceptsTab
Declaration
public bool AcceptsTab { get; set; }
Property Value
System.Boolean
|
AutoWordSelection
Declaration
public bool AutoWordSelection { get; set; }
Property Value
System.Boolean
|
HorizontalScrollBarVisibility
Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
ScrollBarVisibility
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
IsUndoEnabled
Declaration
public bool IsUndoEnabled { get; set; }
Property Value
System.Boolean
|
UndoLimit
Declaration
public int UndoLimit { get; set; }
Property Value
System.Int32
|
VerticalScrollBarVisibility
Declaration
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Property Value
ScrollBarVisibility
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|