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