Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmScreen 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 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)
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). |
Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services