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