InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / CopySourceOption Enumeration
In This Topic
    CopySourceOption Enumeration
    In This Topic
    Specifies what to copy for Clipboard copy-related functions.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E72")>
    <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design", 
       CheckId="CA1008:EnumsShouldHaveZeroValue", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    Public Enum CopySourceOption 
       Inherits System.Enum
    Members
    MemberDescription
    AllAll display memory.
    ScreenCurrently displayed screen.
    SelectionCurrently selected screen region.
    See Also