Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ControlKeySendingEventHandler Event
Object
A control key code.This is a ControlKeyCode Enumeration value.
In This Topic
ControlKeySendingEventHandler Event
In This Topic
Syntax
Public Delegate Function ControlKeySendingEventHandler( _
   ByVal sender As Object, _
   ByRef key As ControlKeyCode _
) As Boolean

Parameters

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