Interface IRadMaskedTextBox
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadMaskedTextBox : IControl, IFrameworkElement, ITargetElement
Properties
IsEmpty
Declaration
bool IsEmpty { get; }
Property Value
System.Boolean
|
IsFocused
Declaration
bool IsFocused { get; }
Property Value
System.Boolean
|
IsReadOnly
Declaration
bool IsReadOnly { get; }
Property Value
System.Boolean
|
Mask
Declaration
string Mask { get; }
Property Value
System.String
|
SelectionLength
Declaration
int SelectionLength { get; }
Property Value
System.Int32
|
SelectionStart
Declaration
int SelectionStart { get; }
Property Value
System.Int32
|
Text
Declaration
string Text { get; set; }
Property Value
System.String
|
Methods
MouseClick(MouseClickType, Int32, Boolean)
Declaration
void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
System.Boolean
offsetFromLeft
|
TypeText(String, Int32)
Declaration
void TypeText(string text, int keyPressTime)
Parameters
System.String
text
|
System.Int32
keyPressTime
|