New to Telerik UI for WinFormsStart a free 30-day trial

MaskedTextBox

Updated over 6 months ago

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

PropertiesActionRadControls Equivalent
AsciiOnlyRemoved
BeepOnErrorRemoved
BorderStyleRemoved
HidePromptOnLeaveRemoved
InsertKeyModeProduces Error
SkipLiteralsRemoved
UseSystemPasswordCharProduces Error
MethodsActionRadControls Equivalent
GetCharIndexFromPositionReplacedMaskedEditBoxElement.TextBoxItem.GetCharIndexFromPosition
GetCharFromPositionReplacedMaskedEditBoxElement.TextBoxItem.GetCharFromPosition
GetPositionFromCharIndexReplacedMaskedEditBoxElement.TextBoxItem.GetPositionFromCharIndex
DeselectAllReplacedMaskedEditBoxElement.TextBoxItem.DeselectAll
ValidateTextProduces Error
PasteReplacedMaskedEditBoxElement.TextBoxItem.Paste
CutReplacedMaskedEditBoxElement.TextBoxItem.Cut
CopyReplacedMaskedEditBoxElement.TextBoxItem.Copy
AppendTextReplacedMaskedEditBoxElement.TextBoxItem.AppendText
EventsActionRadControls Equivalent
CutCopyMaskFormatProduces Error
IsOverwriteModeChangedProduces Error
BorderStyleChangedRemoved
HideSelectionChangedProduces Error
MaskChangedReplacedMaskedEditBoxElement.MaskProviderCreated
TypeValidationCompletedProduces Error
MaskInputRejectedProduces Error
ModifiedChangedProduces Error
ReadOnlyChangedProduces Error

See Also

In this article
See Also
Not finding the help you need?
Contact Support