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


DisplayMemorySelectionOption Enumeration
Specifies which operation to perform when a file already exists.
Syntax
'Declaration
 
Public Enum DisplayMemorySelectionOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As DisplayMemorySelectionOption
Members
MemberDescription
AllSpecifies the entire display memory.
ScreenThe current screen.
SelectionThe currently selected region.
Inheritance Hierarchy

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

See Also