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


RegionOption Enumeration
How a screen region is to be interpreted.
Syntax
'Declaration
 
Public Enum RegionOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As RegionOption
Members
MemberDescription
RectangularReturns text within the rectangular area that is created by the starting row and column and ending row and column.
WrappedReturns all text between the starting and ending cursor position.
Inheritance Hierarchy

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

See Also