'Declaration
<SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("MaskedTextBoxTextMaskFormat")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property TextMaskFormat As System.Windows.Forms.MaskFormat
'Usage
Dim instance As NMaskedTextBox Dim value As System.Windows.Forms.MaskFormat instance.TextMaskFormat = value value = instance.TextMaskFormat
[SRCategory("CatBehavior")] [SRDescription("MaskedTextBoxTextMaskFormat")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public System.Windows.Forms.MaskFormat TextMaskFormat {get; set;}