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


In This Topic
    EndOfLineWrap Property
    In This Topic
    Gets or sets a value indicating what happens when typing reaches the end of a line. When this property is set to True, InfoConnect automatically inserts a carriage return and a linefeed when the cursor reaches the right margin. When the value is False, the cursor is not automatically advanced when it reaches the right margin—as you type additional characters, each character overwrites the previous character until you move the cursor.
    Syntax
    'Declaration
     
    
    Property EndOfLineWrap As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.EndOfLineWrap = value
     
    value = instance.EndOfLineWrap
    bool EndOfLineWrap {get; set;}
    See Also