InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / WaitForControlKey Method
Wait timeout value.
Control key code.
Value to indicate whether the program should continue to process other actions.
In This Topic
    WaitForControlKey Method (T27Screen)
    In This Topic
    Waits for the specified control key press.
    Syntax
    expression.WaitForControlKey( _
       ByVal timeout As Integer, _
       ByVal keycode As ControlKeyCode, _
       ByVal continueProcess As Boolean _
    ) As ReturnCode
    where expression is a variable that represents a T27Screen Object

    Parameters

    timeout
    Wait timeout value.
    keycode
    Control key code.
    continueProcess
    Value to indicate whether the program should continue to process other actions.

    Return Value

    One of the ReturnCode enum values
    See Also