I have a UserControl that does some cool video capture stuff. Now I slapped that control on a form - and it starts working right away, even in design time! That's very gratifying and all to see it working, but it's kind of annoying at design time, and it slows me down. I know that the UserControl is effectively in run-time when it's being used on another form/control at design time, but I'd like to be able to shut it off when it's not in an actual running app.
What's the best way to do this?