Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / CopySourceOption Enumeration


CopySourceOption Enumeration
Specifies what is to be copied for Clipboard copy-related functions.
Syntax
'Declaration
 
Public Enum CopySourceOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As CopySourceOption
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