I have a UserControl that uses a timer. My UserControl works great, but when I'm in the design environment, the timer still runs which slows down everything even more. I was hoping there was a way to disable the timer when in the design environment and re-enable it when running the program?