CopyFormatOption Enumeration
In This Topic
Specifies the format in which data is copied for Clipboard copy-related functions.
Members
| Member | Description |
|---|---|
| AsBitmap | Copy a graphics/bitmap image to the Clipboard. |
| AsPlainText | Copy data as plain ASCII text. |
| AsRichText | Copy data in rich text format. |
| AsTableText | Copy data as a tab-delimited table. |
| AsXML | Copy screen information using XML format. |
See Also