Dear Yale,
I have written code for Track Zoom as:
Dim
myInteractiveOverlayMode As ModeInteractiveOverlay
WinformsMap1.InteractiveOverlays.Clear()
myInteractiveOverlayMode =
New ModeInteractiveOverlayOn click of Track Zoom button I have written:
myInteractiveOverlayMode.MapMode = ModeInteractiveOverlay.Mode.Pan
WinformsMap1.InteractiveOverlays.Add(myInteractiveOverlayMode)
myInteractiveOverlayMode.MapMode = ModeInteractiveOverlay.Mode.TrackZoom,
Its working fine. But when I have clicked button to use TrackMode I have written following code
winformsMap1.TrackOverlay.TrackMode = TrackMode.Line
but its not working,
How to use its original interactiveoverlays, please guide.
Regards
Sanjay