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