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


In This Topic
IbmEnterKey Property
In This Topic
Gets or sets how the Enter key behaves during IBM 3151 terminal sessions (TerminalType = rcIBM3151).
Syntax
'Declaration
 
Property IbmEnterKey As IbmEnterKeyOption
 
'Usage
 
Dim instance As IScreen
Dim value As IbmEnterKeyOption
 
instance.IbmEnterKey = value
 
value = instance.IbmEnterKey
See Also