detect mouse state without event handler in Silverlight -
What I can detect a mouse position / button states without dealing with the events in Silverlight (VS2010, C #) I can use the left / right mouse button up / down events, but I am going to detect the mouse position outside these events, what are my options
thanks
you check the logic of your main layout would need to add a handler to the grid (or other container) and the button position and position (which is derived from it).
This page can also be useful to you.
Comments
Post a Comment