> You can create the control using the designer, then copy the code and
> remove the control, and then you can put the code in the code window and
> create the control exactly the same way every time. Would that work for
> you?
Thanks. I wish it were that easy however

This is being done at runtime on
a machine where VS isn't even installed. I need to generically clone an
arbitrary control that I'm not familiar with ahead of time. A clone function
taking a "Control" argument and returning the cloned control is what I'm
after.