InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / GetTextArea Enumeration


In This Topic
    GetTextArea Enumeration
    In This Topic
    Defines options that specify how to handle the screen data between Start Row/Col and End Row/Col.
    Syntax
    'Declaration
     
    
    Public Enum GetTextArea 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GetTextArea
    public enum GetTextArea : System.Enum 
    Members
    MemberDescription
    BlockData contained within a rectangle defined by the row and column parameters.
    StreamContinuous data effectively wrapping at screen boundaries.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.Common.GetTextArea

    See Also