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


In This Topic
    AutoLinefeed Property
    In This Topic
    Gets or sets a value indicating whether InfoConnect appends a linefeed character to each transmitted or received carriage return character . Most hosts echo both a carriage return and a linefeed when you press Return, so in remote mode it isn't usually appropriate to add another linefeed. In local mode, however, a carriage return does not execute a linefeed automatically, so you may want to set AutoLinefeed to True.
    Syntax
    'Declaration
     
    
    Property AutoLinefeed As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.AutoLinefeed = value
     
    value = instance.AutoLinefeed
    bool AutoLinefeed {get; set;}
    See Also