Copy a control at runtime.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a main form where I have a 3rd party control.
At some point a user clicks a button which launchs a wizard, I want to pass
a copy of the 3rd party control to the wizard and not have it reference the
one on the main form so the changes can be made to the copy and not effect
the original. Can this be done? And how?
 
Is this a Cloneable class ?, if so, it may have methods to allow you to
create a newly instantiated version with the same values, if not, you may
have to subclass it and do the cloning yourself

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top