Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskCellType Class / ClipContent Property


In This Topic
ClipContent Property (GcCharMaskCellType)
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 GcCharMaskCellType
Dim value As ClipContent
 
instance.ClipContent = value
 
value = instance.ClipContent

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 displayed text is copied when setting data to the System.Windows.Forms.Clipboard by methods or UI behaviors. The ClipContent.ExcludeLiterals value means the displayed text, excluding the literal field text, is copied.
See Also