InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / SendControlKeySync Method
ControlKeyCode object.
In This Topic
    SendControlKeySync Method (T27Screen)
    In This Topic
    Sends a host control key to the host.
    Syntax
    expression.SendControlKeySync( _
       ByVal keycode As ControlKeyCode _
    ) As ReturnCode
    where expression is a variable that represents a T27Screen Object

    Parameters

    keycode
    ControlKeyCode object.

    Return Value

    ReturnCode indicates success, failure, or a warning condition if the cursor position reaches the screen boundary.
    Remarks
    The method does not return until the screen has settled for the time duration measured by the ScreenSettleTime property.
    See Also