Support,
Is it possible to detect right-click functionality in a client based .NET application?
I have an application where I use the left-click mouse button for everything (right now); however, when I test out trying to first capture the "right-click" I am not having any luck. My map control object's ID is "MapControl1"
I can use the "MapControl1.Click" to detect a click was made; however, I am having an issue recognizing if it was a left or a right-click?
Can anyone help?