Click or drag to resize

Window.MouseTrapOn Method

X#
Enable this window to trap MouseEvents generated outside itself.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD MouseTrapOn() AS USUAL
Request Example View Source

Return Value

Type: Usual
NIL
Remarks
Turn mouse trapping off before disabling or deactivating this window; otherwise, other windows cannot receive MouseEvents.
See Also