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


In This Topic
    RegionOption Enumeration
    In This Topic
    How a screen region is to be interpreted.
    Syntax
    'Declaration
     
    
    Public Enum RegionOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RegionOption
    public enum RegionOption : System.Enum 
    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