Related to: C#; Windows form, Storing Multiple Instances of a User Control:
Hi:
I’ve created an app with a user control that accepts parameters. When a user clicks a button I need to store the current view of the control and bring into focus on demand. Several instances of the UC need to be stored with different parms. Is a generic collection the best way to do this?
Thanks.