InfoConnect for Airlines
GetTextArea Enumeration


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.IbmHosts.GetTextArea

See Also