[]
Gets or sets how data should be copied to the clipboard.
public ClipContent ClipContent { get; set; }
Public Property ClipContent As ClipContent
Type | Description |
---|---|
ClipContent | One of the ClipContent enumeration values that specifies
how data is copied to the clipboard.
|
The IncludeLiterals value means that all displayed text is copied when setting data to Clipboard using methods or UI behaviors. The ExcludeLiterals value means the displayed text except for the literal fields' text is copied.