InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / CaptureAreaOption Enumeration


In This Topic
    CaptureAreaOption Enumeration
    In This Topic
    Defines options for Capture Area in UTS terminal configuration.
    Syntax
    'Declaration
     
    
    Public Enum CaptureAreaOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CaptureAreaOption
    public enum CaptureAreaOption : System.Enum 
    Members
    MemberDescription
    FullPageCaptures the entire screen
    NewHostDataCaptures only new host data
    SOEToCursorCaptures the Start of Entry position through the cursor position only
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.UTS.CaptureAreaOption

    See Also