PreviewInputTextBox
Class
Represents a TextBox for handling masked input.
Definition
Namespace:Telerik.Windows.Controls.MaskedInput
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class PreviewInputTextBox : TextBox
Inheritance: objectPreviewInputTextBox
Constructors
Initializes a new instance of the PreviewInputTextBox class.
C#
public PreviewInputTextBox()
Properties
Gets or sets the hosting MaskedInput control.
C#
public RadMaskedInputBase MaskedInputControl { get; set; }
Methods
C#
protected override void OnPreviewKeyDown(KeyEventArgs e)
Executed when text has been input.
C#
protected override void OnTextInput(TextCompositionEventArgs e)
Event args.