New to Telerik UI for WinForms? Download free 30-day trial

MaskedTextBox

The MaskedTextBox is converted to RadMaskedEditBox. The following tables describe which properties, methods and events are removed and which are replaced with similar equivalents.

Properties Action RadControls Equivalent
AsciiOnly Removed
BeepOnError Removed
BorderStyle Removed
HidePromptOnLeave Removed
InsertKeyMode Produces Error
SkipLiterals Removed
UseSystemPasswordChar Produces Error
Methods Action RadControls Equivalent
GetCharIndexFromPosition Replaced MaskedEditBoxElement.TextBoxItem.GetCharIndexFromPosition
GetCharFromPosition Replaced MaskedEditBoxElement.TextBoxItem.GetCharFromPosition
GetPositionFromCharIndex Replaced MaskedEditBoxElement.TextBoxItem.GetPositionFromCharIndex
DeselectAll Replaced MaskedEditBoxElement.TextBoxItem.DeselectAll
ValidateText Produces Error
Paste Replaced MaskedEditBoxElement.TextBoxItem.Paste
Cut Replaced MaskedEditBoxElement.TextBoxItem.Cut
Copy Replaced MaskedEditBoxElement.TextBoxItem.Copy
AppendText Replaced MaskedEditBoxElement.TextBoxItem.AppendText
Events Action RadControls Equivalent
CutCopyMaskFormat Produces Error
IsOverwriteModeChanged Produces Error
BorderStyleChanged Removed
HideSelectionChanged Produces Error
MaskChanged Replaced MaskedEditBoxElement.MaskProviderCreated
TypeValidationCompleted Produces Error
MaskInputRejected Produces Error
ModifiedChanged Produces Error
ReadOnlyChanged Produces Error

See Also

In this article