'Declaration
Overloads Function SendKeys( _ ByVal text As String _ ) As ReturnCode
'Usage
Dim instance As IScreen Dim text As String Dim value As ReturnCode value = instance.SendKeys(text)
ReturnCode SendKeys( string text )
Parameters
- text
- Text string to send.
Return Value
ReturnCode indicating success/failure/status