ClipContent Property (GcCharMask)
Gets or sets how data should be copied to the clipboard.
'Declaration
Public Property ClipContent As ClipContent
'Usage
Dim instance As GcCharMask
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.