Version

MaskValidationErrorEventArgs Class Members

The following tables list the members exposed by MaskValidationErrorEventArgs.

Public Properties
 NameDescription
Public PropertyBeepyou can set this property to false to prevent the masked edit from beeping.  
Public PropertyMessageReturns a brief message indicating why the validation failed.  
Public PropertyRetainFocusSet this to true to force the masked edit to retain the focus when the user tries to change the focus to a different control when the entered text does not satisify the mask. Set it to false to alter this default behaviour.  
Public PropertyRevertif you set this to true, the text in the MaskedEdit will be reverted back to the original text.  
See Also