|
Hi masty,
You can use the DragBehavior property to switch between pan and zoom.
So, assuming your control is called mapCtl use
mapCtl.ActiveMap.DragBehavior = MapPoint.GeoDragBehavior.geoDragHand (for pan)
and
mapCtl.ActiveMap.DragBehavior = MapPoint.GeoDragBehavior.geoDragBox (for zoom)
Hope this helps...
__________________
John Lewis
|