Microsoft Windows CE 3.0  

SendMouseMoveEvents

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Sets or retrieves a value specifying whether the Microsoft Windows Media Player control sends mouse move events.

Compatibility:Windows Media Player

MediaPlayer.SendMouseMoveEvents [ =
bMouseMoveEvents
]

Parameters

bMouseMoveEvents
Boolean value specifying whether mouse move events are enabled. If true, the Windows Media Player control sends mouse move events. This property is read/write with a default value of false.

Remarks

The Windows Media Player control fires mouse move events only when this property is true and the Windows Media Player control has focus.

Note    Enable mouse move events only if you need to use them, because they incur a slight performance cost.

See Also

MouseMove, Capturing Keyboard and Mouse Events