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