InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ControlKeySendingEventArgs Class
Members


ControlKeySendingEventArgs Class
Contains the Key and Cancel properties that allow the event handler to cancel the send control key action or modify the control key value before the control key is sent to the host.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class ControlKeySendingEventArgs 
   Inherits Attachmate.Reflection.CancelableEventArgs
 
'Usage
 
Dim instance As ControlKeySendingEventArgs
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Attachmate.Reflection.CancelableEventArgs
         Attachmate.Reflection.Emulation.OpenSystems.ControlKeySendingEventArgs

See Also