Click or drag to resize

Window.MouseTrapOn Method (Typed)

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

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

Return Value

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