'Declaration
<SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("MaskedTextBoxAsciiOnlyDescr")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <System.ComponentModel.DefaultValueAttribute(False)> Public Property AsciiOnly As System.Boolean
'Usage
Dim instance As NMaskedTextBox Dim value As System.Boolean instance.AsciiOnly = value value = instance.AsciiOnly
[SRCategory("CatBehavior")] [SRDescription("MaskedTextBoxAsciiOnlyDescr")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.DefaultValue(false)] public System.bool AsciiOnly {get; set;}