InfoConnect for Airlines
SendKeys(String,SendKeysOption) Method


Text string to send.
Text string interpretation options.
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