InfoConnect for Airlines VBA Guide
SendControlKeySync Function (Screen)
The control key to send to the host
Sends a 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
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
See Also