using System; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; namespace Toolbox.Library.Forms { public class ImagedComboBox : STComboBox { } }