InfoConnect API Guide
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
    WyseReceivedCROption WyseReceivedCR {get; set;}
    See Also