TextBoxProvider
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TextBoxProvider : IMaskProvider
Inheritance: objectTextBoxProvider
Implements:
Constructors
Initializes a new instance of the TextBoxProvider class.
C#
public TextBoxProvider(RadMaskedEditBoxElement owner)
The owner RadMaskedEditBoxElement
Fields
C#
protected RadMaskedEditBoxElement owner
Properties
TextBoxItem
RadTextBoxItem
Gets the text box item.
C#
public RadTextBoxItem TextBoxItem { get; }
Implements:
Methods
Clones this instance.
Raises a delete operation over the selected text.
Occurs when a key is pressed.
C#
public void KeyDown(object sender, KeyEventArgs e)
The sender.
eKeyEventArgsKey event arguments.
Implements: