いろいろなモードとして

以上のモードが存在しているようです。
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using DotSpatial.Controls;
長くならないように以上を追加。
//マウスホイール又はマップをズームで、左クリックすると、ビューにアイテムを表示します。
map.FunctionMode = FunctionMode.Info;
左ボタンを選択、移動または編集は、右のコンテキストメニューを生成
map.FunctionMode = FunctionMode.Label;
などの具合です。
このままフォームに記述してもいいのですが、何ならクラスを作りましょう。