Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / SendKeys Method
Text to be sent to the host.


In This Topic
SendKeys Method (IIbmScreen)
In This Topic
Sends the text string to the host.
Syntax
'Declaration
 
Function SendKeys( _
   ByVal text As String _
) As ReturnCode
 
'Usage
 
Dim instance As IIbmScreen
Dim text As String
Dim value As ReturnCode
 
value = instance.SendKeys(text)

Parameters

text
Text to be sent to the host.

Return Value

ReturnCode indicates success, failure, or a warning condition if the cursor position reaches the screen boundary.
See Also