InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / EnterKeyNavigates Property


In This Topic
    EnterKeyNavigates Property
    In This Topic

    Gets or sets a value indicating whether the cursor moves to the first column of the next line or the first column of the current line when the ENTER key is pressed.

    Syntax
    'Declaration
     
    
    Property EnterKeyNavigates As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.EnterKeyNavigates = value
     
    value = instance.EnterKeyNavigates
    bool EnterKeyNavigates {get; set;}
    See Also