Attachmate.Reflection.Emulation.UTS Namespace > IUtsScreen Interface > WaitForCursor Method : WaitForCursor(Int32,Int32,Int32,Int32,Int32) Method |
'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 IUtsScreen 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)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if the startRow, endRow, startColumn, or endColumn parameters are outside the range of valid values: (1 to Rows) or (1 to Columns). |