Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / EnterKeyConnects Property
In This Topic
    EnterKeyConnects Property
    In This Topic
    Gets or sets how Reflection responds if the ENTER key is pressed when not connected to a host.
    Syntax
    expression.EnterKeyConnects As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks
    When this property is true, pressing the ENTER key connects you to a host.

    When this setting is false, pressing the ENTER key has no effect.

    The default value is true.
    See Also