InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen Object / SendControlKeySync Method
ControlKeyCode value
In This Topic
    SendControlKeySync Method (AlcScreen)
    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 AlcScreen Object

    Parameters

    keycode
    ControlKeyCode value

    Return Value

    One of the ReturnCode enum values
    Remarks
    The method does not return until the screen has settled for the time duration measured by the ScreenSettleTime property.
    See Also