Hi, I implemented a lot of ASP.NET controls inheriting controls from existing control library. My problem is that I can't use existing library themes/ skin files for skinning my controls. Is there a way to use existing skin files in inherited controls? Changing parts or renaming skin files is not an option. It would help if I could read data from skin file and then apply it to control programatically. Is there some kind of API for reading skin files?
Thanks.