InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen 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 (AlcScreen)
    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 AlcScreen 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