Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
ControlKeySent Event
In This Topic
Control key has been processed by terminal
Syntax
'Declaration
Event ControlKeySent As ControlKeySentEventHandler
'Usage
Dim instance As IScreen Dim handler As ControlKeySentEventHandler AddHandler instance.ControlKeySent, handler
event ControlKeySentEventHandler ControlKeySent
Event Data
The event handler receives an argument of type ControlKeySentEventArgs containing data related to this event. The following ControlKeySentEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Column | Gets column position. |
| Key | Gets key code. |
| Row | Gets row position. |
See Also