Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / SendControlKeySync Method
ControlKeycode type that defines the control key.


In This Topic
SendControlKeySync Method (IScreen)
In This Topic
Send host control key to host. The method does not return until the screen has settled for the time duration measured by the ScreenSettleTime property.
Syntax
'Declaration
 
Function SendControlKeySync( _
   ByVal keycode As ControlKeyCode _
) As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim keycode As ControlKeyCode
Dim value As ReturnCode
 
value = instance.SendControlKeySync(keycode)

Parameters

keycode
ControlKeycode type that defines the control key.
See Also