Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / SendControlKey Method
The host control key to send to the host.
In This Topic
    SendControlKey Method (IbmScreen)
    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 IbmScreen Object

    Parameters

    keycode
    The host control key to send to the host.

    Return Value

    One of the ReturnCode enum values
    See Also