'Declaration
Overloads Function WaitForCursor( _ ByVal timeout As Integer, _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer _ ) As ReturnCode
'Usage
Dim instance As IIbmScreen Dim timeout As Integer Dim startRow As Integer Dim startColumn As Integer Dim endRow As Integer Dim endColumn As Integer Dim value As ReturnCode value = instance.WaitForCursor(timeout, startRow, startColumn, endRow, endColumn)
Parameters
- timeout
- Wait timeout value (milliseconds).
- startRow
- Start row.
- startColumn
- Start column.
- endRow
- End row.
- endColumn
- End column.
Return Value
ReturnCode indicates success, failure, or a warning condition.