Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / CopyFormatOption Enumeration
In This Topic
CopyFormatOption Enumeration
In This Topic
Specifies the format in which data is copied for Clipboard copy-related functions.
Members
MemberDescription
AsBitmapCopy a graphics/bitmap image to the Clipboard.
AsPlainTextCopy data as plain ASCII text.
AsRichTextCopy data in rich text format.
AsTableTextCopy data as a tab-delimited table.
AsXMLCopy screen information using XML format.
See Also