Reflection
BeforeSendControlKeyEventArgs Class
Members 


Contains the Key and Cancel properties that allow the event handler to cancel the action or modify the key value before the control key is sent to the host.
Syntax
'Declaration
 
Public Class BeforeSendControlKeyEventArgs 
   Inherits System.MarshalByRefObject
'Usage
 
Dim instance As BeforeSendControlKeyEventArgs
public class BeforeSendControlKeyEventArgs : System.MarshalByRefObject 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Attachmate.Reflection.Emulation.IbmHosts.BeforeSendControlKeyEventArgs

See Also