Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / SendKeys Method / SendKeys(String) Method
Text string to send.


In This Topic
SendKeys(String) Method
In This Topic
Sends the text string to the host.
Syntax
'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)

Parameters

text
Text string to send.

Return Value

ReturnCode indicating success/failure/status
See Also