InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / EnterKeyConnects Property


In This Topic
    EnterKeyConnects Property
    In This Topic
    Gets or sets a value indicating how InfoConnect responds if the ENTER key is pressed when not connected to a host.
    Syntax
    'Declaration
     
    
    Property EnterKeyConnects As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.EnterKeyConnects = value
     
    value = instance.EnterKeyConnects
    bool EnterKeyConnects {get; set;}

    Property Value

    The default value is true.
    Remarks
    When this property is true, pressing the ENTER key connects you to a host. When it is false, pressing the ENTER key has no effect.
    See Also