Hi All,
We want to map zoom draw area with only left mouse button,Currently it’s working with Shift Key and draw area with left mouse button.
Please suggest something here.
Thanks & Regards:
Rupesh
Zoomin Selected Area
Hi Rupesh,
I need to let you know, if you set that you cannot pan map correct.
Please set like this:
Map1.ExtentOverlay.PanMode = MapPanMode.Disabled;
Map1.ExtentOverlay.LeftClickDragKey = System.Windows.Forms.Keys.None;
Regards,
Don
Hi Don,
Thanks for reply,It’s working fine
Best Regards:
Rupesh
Hi Rupesh,
I am glad to hear that works for you.
Any question please let us know.
Regards,
Don