InfoConnect for Airlines VBA Guide
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.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E73")>
    <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design", 
       CheckId="CA1008:EnumsShouldHaveZeroValue", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    Public Enum CopyFormatOption 
       Inherits System.Enum
    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