Class RadMaskedInput
Inheritance
System.Object
RadMaskedInput
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
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadMaskedInput : Control, IAutomationPeer, IPeerConverter, IRadMaskedInput, IControl, IFrameworkElement, ITargetElement
Constructors
RadMaskedInput()
Declaration
public RadMaskedInput()
Fields
selectionStartProperty
textProperty
valueProperty
Properties
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
System.Boolean
|
Mask
Declaration
public string Mask { get; }
Property Value
System.String
|
Implements
SelectionStart
Declaration
public int SelectionStart { get; }
Property Value
System.Int32
|
Text
Declaration
public override string Text { get; }
Property Value
System.String
|
Overrides
Implements
Value
Declaration
public string Value { get; }
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
|