ClassTextBoxProvider
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TextBoxProvider : IMaskProvider
Inheritance: objectTextBoxProvider
Implements:
Constructors
TextBoxProvider(RadMaskedEditBoxElement)
Initializes a new instance of the TextBoxProvider class.
Declaration
cs-api-definition
public TextBoxProvider(RadMaskedEditBoxElement owner)
Parameters
owner
The owner RadMaskedEditBoxElement
Fields
owner
Declaration
cs-api-definition
protected RadMaskedEditBoxElement owner
Field Value
Properties
TextBoxItem
Gets the text box item.
Declaration
cs-api-definition
public RadTextBoxItem TextBoxItem { get; }
Property Value
RadTextBoxItem
Implements
Methods
Clone()
Clones this instance.
Declaration
cs-api-definition
public IMaskProvider Clone()
Returns
The cloned instance.
Implements
Delete()
Raises a delete operation over the selected text.
KeyDown(object, KeyEventArgs)
Occurs when a key is pressed.
Declaration
cs-api-definition
public void KeyDown(object sender, KeyEventArgs e)
Parameters
sender
The sender.
e
Key event arguments.
Implements
ToString(bool, bool)
Returns the formatted string.