The ExtentInteractiveOverlay.LeftClickDragMode is controlling the wrong mouse button. It affects the RIGHT mouse button. When it should control the LEFT mouse button instead.
I discovered this problem while attempting to disable the mouse interaction on my map as follows:
myMap.ExtentOverlay.LeftClickDragMode = MapLeftClickDragMode.Disabled;