InfoConnect for Unisys
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
public enum DisplayMemorySelectionOption : System.Enum 
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