Reflection
WyseReceivedCR Property


Returns or specifies 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
WyseReceivedCROption WyseReceivedCR {get; set;}
See Also