From: Paul on
I have a user control that inherits from a standard combo box. The
user control has a custom property that is a list of columns. The
control works fine and I can add the control onto a form. However,
when I copy that control and paste it, the list of columns property
does not copy correctly.

How do I copy the control and it's custom properties to a second
control on the same form?