Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
The ControlKeyCode value that specifies the control key to send to the host
SendControlKeySync Method (Screen)
In This Topic
Sends a host control key to host. The method does not return until the screen has
settled for the time duration measured by the ScreenSettleTime property.
Syntax
expression.SendControlKeySync( _ ByVal keycode As ControlKeyCode _ ) As ReturnCode
where expression is a variable that represents a Screen Object
Parameters
- keycode
- The ControlKeyCode value that specifies the control key to send to the host
Return Value
One of the following ReturnCode enumeration values.
| Member | Description |
|---|---|
| Cancelled | Cancelled. |
| Error | Error. |
| PermissionRequired | Permission is required. |
| Success | Success. |
| Timeout | Timeout condition. |
| Truncated | The text is truncated. |
See Also