Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / ControlKeySent Event
In This Topic
ControlKeySent Event
In This Topic
This event is triggered immediately after Reflection transmits a terminal keystroke to the host.
Syntax
private Sub Screen_ControlKeySent ( 
   ByVal sender As Object, _
   ByVal key As ControlKeyCode _
) 

Parameters

sender
An object.
key
A control key code.This is a ControlKeyCode Enumeration value.
See Also