Page History
...
The previous bValue of the FORCEKEYDISPATCH property for the keystroke within the control.
See also
NOACCELTRANSLATION property, SUPPRESSKEYTRANSLATE message
Version
Introduced in OpenInsight version 8.0.5.
Example
| Code Block |
|---|
* This example will force the Presentation Server to handle the ENTER key, as well as the OCX. equ VK_RETURN$ to 13 call Send_Message( oleControl, "FORCEKEYDISPATCH", VK_RETURN$, TRUE$) |