InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / SendControlKeySync Method
The control key to send to the host
In This Topic
    SendControlKeySync Method (UtsScreen)
    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 UtsScreen Object

    Parameters

    keycode
    The control key to send to the host

    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