Hi.
If anyone could help me, I would aprecciate that.
I have an imagelist control in a usercontrol I made.
I would like to create a property for this usercontrol, to select multiple images (in an 'openfiledialog'), and adding them to the imagelist inside the usercontrol.
So, what's the type of this property?

Public Property thelistofimages as [¿?]

It should be an array of images I guess. And then in the 'set' of the property it would add all the images to the imagelist. Is that posible?

Thanks!