Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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
See Also