You want to create a reusable control by combining existing Windows Controls in order to use it in various of your applications. What should the base class of your control be?
System.Windows.Forms.UserControl
System.Windows.Forms.Control
System.Windows.Forms.WindowsControl
System.Windows.Forms.Component