Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The previous bValue of the FORCEKEYDISPATCH property for the keystroke within the control.

See also

NOACCELTRANSLATION propertySUPPRESSKEYTRANSLATE 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$)