Hello,
I create a group class and add some elements.
But the copy & paste only copy the group class.
How do I copy the group and the elements within.
Should I add some code?
Thanks
The copy and paste code uses the Group.Clone method. Override this method and compare the result of the call to the containing object. You will need to copy each object in the Group using it's Clone method.
OK, I see.
But I think if Crainiate can fix it in group class will be better.