[]
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 all displayed text is copied when setting data to the Clipboard by methods or UI behaviors. The ExcludeLiterals value means the displayed text, excluding the literal field text, is copied.