BeforeSendControlKey Event (UtsScreen)
In This Topic
Occurs before a control key is sent to the host.
Syntax
private Sub UtsScreen_BeforeSendControlKey (
ByVal As Object, _
ByRef As Integer _
) As Boolean
Parameters
- sender
- The source of the event.
- key
- Control Key.
See Also