Class TextBoxProvider
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TextBoxProvider : IMaskProvider
Constructors
TextBoxProvider(RadMaskedEditBoxElement)
Initializes a new instance of the TextBoxProvider class.
Declaration
public TextBoxProvider(RadMaskedEditBoxElement owner)
Parameters
RadMaskedEditBoxElement
owner
The owner RadMaskedEditBoxElement |
Fields
owner
Properties
Culture
This provider should not implement this property and should thrown an exception.
Declaration
public CultureInfo Culture { get; }
Property Value
System.Globalization.CultureInfo
|
Implements
IncludePrompt
This provider should not implement this property and should thrown an exception.
Declaration
public bool IncludePrompt { get; set; }
Property Value
System.Boolean
|
Implements
Mask
This provider should not implement this property and should thrown an exception.
Declaration
public string Mask { get; }
Property Value
System.String
|
Implements
PromptChar
This provider should not implement this property and should thrown an exception.
Declaration
public char PromptChar { get; set; }
Property Value
System.Char
|
Implements
TextBoxItem
Gets the text box item.
Declaration
public RadTextBoxItem TextBoxItem { get; }
Property Value
RadTextBoxItem
|
Implements
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Implements
Methods
Click()
This provider should not implement this method and should thrown an exception.
Declaration
public bool Click()
Returns
System.Boolean
|
Implements
Clone()
Clones this instance.
Declaration
public IMaskProvider Clone()
Returns
IMaskProvider
The cloned instance. |
Implements
Delete()
Raises a delete operation over the selected text.
Declaration
public bool Delete()
Returns
System.Boolean
|
Implements
KeyDown(Object, KeyEventArgs)
Occurs when a key is pressed.
Declaration
public void KeyDown(object sender, KeyEventArgs e)
Parameters
System.Object
sender
The sender. |
System.Windows.Forms.KeyEventArgs
e
Key event arguments. |
Implements
KeyPress(Object, KeyPressEventArgs)
This provider should not implement this method and should thrown an exception.
Declaration
public void KeyPress(object sender, KeyPressEventArgs e)
Parameters
System.Object
sender
|
System.Windows.Forms.KeyPressEventArgs
e
|
Implements
ToString(Boolean, Boolean)
Returns the formatted string.
Declaration
public string ToString(bool includePrompt, bool includeLiterals)
Parameters
System.Boolean
includePrompt
Not used. |
System.Boolean
includeLiterals
Not used. |
Returns
System.String
The formatted System.String that includes all the assigned character values. |
Implements
Validate(String)
Declaration
public bool Validate(string value)
Parameters
System.String
value
|
Returns
System.Boolean
|