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