Is it possible to capture mouse events for a Silverlight control via JavaScript?

Since it appears Silverlight does not support the middle mouse button click event, is there a way to capture this event in JavaScript when the user middle button clicks on the Silverlight control? That way, I could pass the event on via a Javascript to Silverlight bridge.

This seems like it should work. Have you tried overlaying a transparent div ontop of the silverlight control to catch events and route them?

Leave a Comment