Add IconNode from imagelist in other clas

Hi I tried to add images to Iconicnodes from Imagelist but I have this imagelist in a component class, not the same class where I am adding Iconicnode to palette. I could not get the image, i got the port and label. Please help me

So it works if the ImageList is in the same Form.
How do you access the ImageList from the other component? Can you successfully see the images in that ImageList if you use a TreeView or some other control that can use an ImageList?

HI
I figured it how it works. I have to call InitialiazeComponent from the class where I am creating the node. And then create node. I made it a static property.
Thank you
Chaggu

[QUOTE=walter]
So it works if the ImageList is in the same Form.
How do you access the ImageList from the other component? Can you successfully see the images in that ImageList if you use a TreeView or some other control that can use an ImageList?[/quote]