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 Text
Declaration
public TextBoxProvider(RadMaskedEditBoxElement owner)
Parameters
Rad The owner Rad |
Fields
owner
Properties
Culture
This provider should not implement this property and should thrown an exception.
Declaration
public CultureInfo Culture { get; }
Property Value
System.
|
Implements
IncludePrompt
This provider should not implement this property and should thrown an exception.
Declaration
public bool IncludePrompt { get; set; }
Property Value
System.
|
Implements
Mask
This provider should not implement this property and should thrown an exception.
Declaration
public string Mask { get; }
Property Value
System.
|
Implements
PromptChar
This provider should not implement this property and should thrown an exception.
Declaration
public char PromptChar { get; set; }
Property Value
System.
|
Implements
TextBoxItem
Gets the text box item.
Declaration
public RadTextBoxItem TextBoxItem { get; }
Property Value
Implements
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.
|
Implements
Methods
Click()
This provider should not implement this method and should thrown an exception.
Declaration
public bool Click()
Returns
System.
|
Implements
Clone()
Clones this instance.
Declaration
public IMaskProvider Clone()
Returns
IMask The cloned instance. |
Implements
Delete()
Raises a delete operation over the selected text.
Declaration
public bool Delete()
Returns
System.
|
Implements
KeyDown(Object, KeyEventArgs)
Occurs when a key is pressed.
Declaration
public void KeyDown(object sender, KeyEventArgs e)
Parameters
System. The sender. |
System. 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.
|
System.
|
Implements
ToString(Boolean, Boolean)
Returns the formatted string.
Declaration
public string ToString(bool includePrompt, bool includeLiterals)
Parameters
System. Not used. |
System. Not used. |
Returns
System. The formatted System.String that includes all the assigned character values. |
Implements
Validate(String)
Declaration
public bool Validate(string value)
Parameters
System.
|
Returns
System.
|