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


In This Topic
WyseReceivedCR Property
In This Topic
Gets or sets how a received carriage return (CR) is interpreted. This property is valid only during Wyse terminal emulation.
Syntax
'Declaration
 
Property WyseReceivedCR As WyseReceivedCROption
 
'Usage
 
Dim instance As IScreen
Dim value As WyseReceivedCROption
 
instance.WyseReceivedCR = value
 
value = instance.WyseReceivedCR
See Also