K keith Sep 12, 2003 #1 Is there any way to copy an object which could be e.g. a panel containing several controls? Thanks
R Rob Windsor Sep 12, 2003 #2 Kieth, If the object implements the ICloneable interface then you can call the Clone method to get a copy.
Kieth, If the object implements the ICloneable interface then you can call the Clone method to get a copy.