protected override void OnKeyDown(KeyEventArgs e) { if (CurrentTool != null) { CurrentTool.OnKeyDown(e); } }