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