'Declaration <DescriptionAttribute("Indicates whether the textbox's content should be validated against the Mask while it is being entered.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(True)> Public Property StrictValidation As Boolean
'Usage Dim instance As TextBoxArea Dim value As Boolean instance.StrictValidation = value value = instance.StrictValidation
[Description("Indicates whether the textbox's content should be validated against the Mask while it is being entered.")] [Category("Behavior")] [DefaultValue(true)] public bool StrictValidation {get; set;}