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