Admin Production rocket
Current Publication

SendKeys(String,SendKeysOption) Method

InfoConnect Desktop InfoConnect .NET API Guide V17.0
Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
Text string to send.
Text string interpretation options.
SendKeys(String,SendKeysOption) Method
In This Topic
Sends a text string to the host
Syntax

                     
                     
'Declaration
 

                     
                     
Overloads Function SendKeys( _
   ByVal text As String, _
   ByVal option As SendKeysOption _
) As ReturnCode

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IScreen
Dim text As String
Dim option As SendKeysOption
Dim value As ReturnCode
 
value = instance.SendKeys(text, option)

                  

Parameters

text
Text string to send.
option
Text string interpretation options.

Return Value

ReturnCode indicating success/failure/status
See Also