InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / CutCopyMaskFormat Property

In This Topic
    CutCopyMaskFormat Property (InputMaskedTextBox)
    In This Topic
    Indicates whether the text to be copied to the clipboard includes literals and/or prompt characters.
    Syntax
    'Declaration
     
    Public Property CutCopyMaskFormat As MaskFormat
    public MaskFormat CutCopyMaskFormat {get; set;}
    See Also