Hi,
In my application, I keep the EditOverlay.TrackMode = Rectangle until the user decides that he/she is done drawing shapes.
What I want to do is allow the user to right click on a newly drawn shape while EditOverlay.TrackMode = Rectangle, and the right click will then delete that shape
Currently, using the right button in this mode just adds another shape to the EditOverlay.
Thanks,
Chris