'Declaration
<SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("MaskedTextBoxResetOnSpace")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property ResetOnSpace As System.Boolean
'Usage
Dim instance As NMaskedTextBox Dim value As System.Boolean instance.ResetOnSpace = value value = instance.ResetOnSpace
[SRCategory("CatBehavior")] [SRDescription("MaskedTextBoxResetOnSpace")] [System.ComponentModel.DefaultValue(true)] public System.bool ResetOnSpace {get; set;}