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


In This Topic
    IbmTabKeyOption Enumeration
    In This Topic
    Indicates what the TAB key does in a IBM 3151 terminal session (TerminalType = rcIBM3151).
    Syntax
    'Declaration
     
    
    Public Enum IbmTabKeyOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As IbmTabKeyOption
    public enum IbmTabKeyOption : System.Enum 
    Members
    MemberDescription
    ColumnMoves to the next tab stop.
    FieldMoves to the next unprotected field (formatted screen).
    Inheritance Hierarchy

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

    See Also