Input for WinForms | ComponentOne
C1.Win.Input.Formating Namespace / MaskInfo Class / CopyWithLiterals Property

In This Topic
    CopyWithLiterals Property
    In This Topic
    Gets or sets a value that indicates whether the text copied to the clipboard includes literals.
    Syntax
    'Declaration
     
    
    Public Property CopyWithLiterals As Boolean
    public bool CopyWithLiterals {get; set;}
    Remarks
    If True, text copied to the clipboard includes literals.
    See Also