Attachmate.Reflection.Emulation.ALC Namespace > IAlcScreen Interface > WaitForText Method : WaitForText(Int32,String,Int32,Int32,TextComparisonOption) Method |
'Declaration
Overloads Function WaitForText( _ ByVal timeout As Integer, _ ByVal text As String, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal options As TextComparisonOption _ ) As ReturnCode
'Usage
Dim instance As IAlcScreen Dim timeout As Integer Dim text As String Dim row As Integer Dim column As Integer Dim options As TextComparisonOption Dim value As ReturnCode value = instance.WaitForText(timeout, text, row, column, options)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns). |