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