InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / WaitForCursor1 Method
Wait timeout value.
Screen row position.
Screen column position.
In This Topic
    WaitForCursor1 Method (UtsScreen)
    In This Topic
    Waits for the cursor to be at the specified screen location.
    Syntax
    expression.WaitForCursor1( _
       ByVal timeout As Integer, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As ReturnCode
    where expression is a variable that represents a UtsScreen Object

    Parameters

    timeout
    Wait timeout value.
    row
    Screen row position.
    column
    Screen column position.

    Return Value

    One of the ReturnCode enum values
    Exceptions
    ExceptionDescription
    This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
    See Also