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
"JeffS" <(E-Mail Removed)> wrote in message
news:0E0EB22C-B5A6-4C74-B977-(E-Mail Removed)...
> 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?
>
>
> --
> Thanks,
> JeffS
|