Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ControlKeySending Event


ControlKeySending Event
Control Key being sent.
Syntax
'Declaration
 
Event ControlKeySending As ControlKeySendingEventHandler
 
'Usage
 
Dim instance As IScreen
Dim handler As ControlKeySendingEventHandler
 
AddHandler instance.ControlKeySending, handler
Event Data

The event handler receives an argument of type ControlKeySendingEventArgs containing data related to this event. The following ControlKeySendingEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets the Cancel property. Set the Cancel property to true the event. (Inherited from Attachmate.Reflection.CancelableEventArgs)
Gets the current column position of the cursor.  
The Key property permits the user to inspect or modify the control key value.  
Gets the current row position of the cursor.  
See Also