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


In This Topic
IbmReceivedCR Property
In This Topic
Gets or sets how a received carriage return is interpreted during IBM 3151 terminal sessions (TerminalType = rcIBM3151).
Syntax
'Declaration
 
Property IbmReceivedCR As IbmReceivedCROption
 
'Usage
 
Dim instance As IScreen
Dim value As IbmReceivedCROption
 
instance.IbmReceivedCR = value
 
value = instance.IbmReceivedCR
See Also