Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NMaskedTextBox Class / CutCopyMaskFormat Property


In This Topic
    CutCopyMaskFormat Property
    In This Topic
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also