InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / CopySourceOption Enumeration


In This Topic
    CopySourceOption Enumeration
    In This Topic
    Specifies what is to be copied for Clipboard copy-related functions.
    Syntax
    'Declaration
     
    
    Public Enum CopySourceOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CopySourceOption
    public enum CopySourceOption : System.Enum 
    Members
    MemberDescription
    AllAll display memory.
    ScreenCurrently displayed screen.
    SelectionCurrently selected screen region.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.CopySourceOption

    See Also