ReturnCode WaitForString( string text, int timeout )
'Declaration Overloads Function WaitForString( _ ByVal text As String, _ ByVal timeout As Integer _ ) As ReturnCode
'Declaration
Overloads Function WaitForString( _ ByVal text As String, _ ByVal timeout As Integer _ ) As ReturnCode
'Usage Dim instance As IScreen Dim text As String Dim timeout As Integer Dim value As ReturnCode value = instance.WaitForString(text, timeout)
'Usage
Dim instance As IScreen Dim text As String Dim timeout As Integer Dim value As ReturnCode value = instance.WaitForString(text, timeout)
IScreen Interface IScreen Members Overload List