'Declaration
Overloads Function WaitForCursor( _ ByVal timeout As Integer, _ ByVal row As Integer, _ ByVal column As Integer _ ) As ReturnCode
'Usage
Dim instance As IIbmScreen Dim timeout As Integer Dim row As Integer Dim column As Integer Dim value As ReturnCode value = instance.WaitForCursor(timeout, row, column)
Parameters
- timeout
- Wait timeout value (milliseconds).
- row
- Screen row position.
- column
- Screen column position.
Return Value
ReturnCode indicates success, failure, or a warning condition if the cursor position reaches the screen boundary.