GoImage Copypaste

I define a new class based on GoImage , But Copy &paste is not working for this class in GoView . When I check serialization , it shows ImageList is not support serialization .

If you just have a single ImageList that you are using, the easiest thing to do it to leave the
GoImage.ImageList property (which is set to the first argument of the Initialize method) null,
and instead just set GoImage.DefaultImageList, a static variable, to refer to your ImageList.

If you have multiple ImageLists, you’ll need to assign the GoGeneralNode.Image.ImageList
property yourself in a GoView.ClipboardPasted event handler, enumerating over the GoView.Selection
to find all the pasted (copied) GoGeneralNodes.

Thanks Jake , It works fine

< =“application/x-dap-” id=“DAPPlugin” style=“visibility: collapse”>