'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 IIbmScreen 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)
Parameters
- timeout
- Wait timeout value (milliseconds).
- text
- Text string.
- row
- Row position.
- column
- Column position.
- options
- TextComparisonOption indicates the desired text string comparison.
Return Value
ReturnCode indicates success, failure, or a warning condition.