Class RadMaskedTextBox
Inheritance
System.Object
RadMaskedTextBox
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadMaskedTextBox : Control, IAutomationPeer, IPeerConverter, IRadMaskedTextBox, IControl, IFrameworkElement, ITargetElement
Constructors
RadMaskedTextBox()
Declaration
public RadMaskedTextBox()
Properties
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
|
Implements
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
System.Boolean
|
Implements
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Implements
Mask
Declaration
public string Mask { get; }
Property Value
System.String
|
Implements
SelectionLength
Declaration
public int SelectionLength { get; }
Property Value
System.Int32
|
Implements
SelectionStart
Declaration
public int SelectionStart { get; }
Property Value
System.Int32
|
Implements
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Implements
Methods
MouseClick(MouseClickType)
MouseClick(MouseClickType, Int32)
Declaration
public void MouseClick(MouseClickType clickType, int offset)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
MouseClick(MouseClickType, Int32, Boolean)
Declaration
public void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
System.Boolean
offsetFromLeft
|
Implements
TypeText(String, Int32)
Declaration
public void TypeText(string text, int keyPressTime)
Parameters
System.String
text
|
System.Int32
keyPressTime
|