My application borrows code from one of the MapSuite 4.5 samples with a toolbar that lets the user draw different shapes (ellipse, square, circle, etc) by setting different trackmodes like:
Map1.TrackOverlay.TrackMode =
TrackMode.Polygon
Map1.TrackOverlay.TrackMode =
TrackMode.Rectangle
etc...
In my MapSuite 2.0 edition of the application I could catch an event when the user completed drawing a shape so I could pop a dialog box to allow the user to select a color, border, text inside the shape, etc. How can I catch that in MapSuite 4.5 to allow for more than the default blue color shapes?