I would like to define the following control:
public partial class ObjectSelectorControl : UserControl where T : class
The proble
I don't believe this is possible, because the designer invokes an instance of your class. If you use generics, the designer doesn't know what type to pass into 'T'.