InfoConnect for Airlines VBA Guide
SendControlKeySync Function (UtsScreen)
The control key to send to the host
Sends a host control key to the host.
Syntax
object.SendControlKeySync( _
   ByVal keycode As ControlKeyCode _
) As ReturnCode

Parameters

keycode
The control key to send to the host

Return Value

One of the ReturnCode enum values
Remarks
The method does not return until the screen has settled for the time duration measured by the ScreenSettleTime property.
See Also