I've seen people talking about generic user controls but I don't know how this would work. I can't find any examples of it either.
Basically what I want to do have a custom user control that contains a group box. The generic type would be some type of control or usercontrol. I would have something like... CustomListBox
And it's a CustonListBox because i want a .Add() function that creates a new
Does anyone know how this can be done? Or where there is an example how to make Generic User Controls?
Replies
Know the answer? Post it — somebody with the same question will find it here.