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


In This Topic
    IbmInsertion Property
    In This Topic
    Gets or sets the behavior of the Insert Key during 3151 terminal sessions (TerminalType = rcIBM3151).
    Syntax
    'Declaration
     
    
    Property IbmInsertion As IbmInsertionOption
    'Usage
     
    
    Dim instance As IScreen
    Dim value As IbmInsertionOption
     
    instance.IbmInsertion = value
     
    value = instance.IbmInsertion
    IbmInsertionOption IbmInsertion {get; set;}
    See Also