Ok, so I am very very new to c#. In fact just trying my first application. I created a new application that has a form. I created a new class derived from UserControl. How do I add the new control to my form?

Probably very elementary question but I couldn't find the answer on google.

Mike B