This may be a general C# question and not specific to MapSuite, but...
I am using the Map.DoubleMouseClick to do things with features on the screen. That works fine. Thing is, the Map control processes the dbl-click too and does a zoom-in.
In my code, is there a way to block the DoubleMouseClick from going on to the Map control if I choose?
Dave