Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / ControlKeySending Event
In This Topic
    ControlKeySending Event
    In This Topic
    This event is triggered when a key or control key is about to be sent to the host. ControlKeySending allows you to modify a control key value or to cancel a send control key action before it is sent.
    Syntax
    private Sub Screen_ControlKeySending ( 
       ByVal sender As Object, _
       ByRef key As ControlKeyCode _
    ) As Boolean

    Parameters

    sender
    key
    Remarks

    To cancel the action, set ControlKeySending to False.

    See Also