Returns or sets a Boolean value specifying whether or not the control sends mouse move events.
Syntax
MediaPlayer.SendMouseMoveEvents
Remarks
The settings for this property are:
Setting | Description |
True | Mouse move events are enabled. |
False | (Default) Mouse move events are disabled. |
Mouse move events are only fired when this property is True and the player control has focus.
Note: Enable events only if you need to use them, because they incur a slight performance cost.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.