Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / IbmReturnKey Property


In This Topic
IbmReturnKey Property
In This Topic
Gets or sets the behavior of the Return key during IBM 3151 terminal sessions (TerminalType = rcIBM3151).
Syntax
'Declaration
 
Property IbmReturnKey As IbmReturnKeyOption
 
'Usage
 
Dim instance As IScreen
Dim value As IbmReturnKeyOption
 
instance.IbmReturnKey = value
 
value = instance.IbmReturnKey
See Also