The user moves on the map (pan mode). The he clicks right mouse button. I want to select the element and then display context menu.
What is the way to select element on the map in pan mode?
I use ArcObjects 10.1, c#
My idea is to switch in select mode, then simulate mouse click, then get selected element and then display menu. I think it is not good. Does the normal way to select element in pan mode exist?