InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / IbmTabKey Property


In This Topic
    IbmTabKey Property
    In This Topic
    Gets or sets how the Tab key behaves during IBM 3151 terminal sessions (TerminalType = rcIBM3151).
    Syntax
    'Declaration
     
    
    Property IbmTabKey As IbmTabKeyOption
    'Usage
     
    
    Dim instance As IScreen
    Dim value As IbmTabKeyOption
     
    instance.IbmTabKey = value
     
    value = instance.IbmTabKey
    IbmTabKeyOption IbmTabKey {get; set;}
    See Also