I have a UserControl in C# that I want to behave like the Timer control, and other controls behave. That is, at design time, when the user places the control on a form, it drops down to the window below the form instead, and just shows its name. Also, at runtime, it doesn't display anything. Does anyone know how to do this

Making a UserControl behave like a Timer control at design time
Keyrus
Youssef
Jester
MarvinTPA
KennyKls
if you forced it to use the component designer, then it should work dunno seems like it would (override form designer)
ahmeds