ImageList
I'd like to be able to inherit the ImageList control. I wanted to add an image list that automatically loaded resources from my assembly, or at least handled some of the resource access code internally to simplify the building of the image lists programatically, but ImageList is not inheritable. There isn't even an interface I could implement, I have no options but to use the built in one and build a helper class or something to that effect.
Paul Tyng