Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / SendControlKey Method
ControlKeyCode object.


In This Topic
SendControlKey Method (IIbmScreen)
In This Topic
Sends a host control key to the host.
Syntax
'Declaration
 
Function SendControlKey( _
   ByVal keycode As ControlKeyCode _
) As ReturnCode
 
'Usage
 
Dim instance As IIbmScreen
Dim keycode As ControlKeyCode
Dim value As ReturnCode
 
value = instance.SendControlKey(keycode)

Parameters

keycode
ControlKeyCode object.

Return Value

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