Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / ClipContent Property


In This Topic
    ClipContent Property (GcCharMask)
    In This Topic
    Gets or sets how data should be copied to the clipboard.
    Syntax
    'Declaration
     
    
    Public Property ClipContent As ClipContent
    'Usage
     
    
    Dim instance As GcCharMask
    Dim value As ClipContent
     
    instance.ClipContent = value
     
    value = instance.ClipContent
    public ClipContent ClipContent {get; set;}

    Property Value

    One of the ClipContent enumeration values that specifies how data is copied to the clipboard.
    The default is ClipContent.IncludeLiterals.
    Remarks
    The ClipContent.IncludeLiterals value means all text displayed will be copied when set data to System.Windows.Forms.Clipboard by methods or UI behaviors. And the ClipContent.ExcludeLiterals value means the displayed text excepts literal fields' text will be copied.
    See Also