asp.netthemesskins

List of themeable / skinable properties for ASP.NET controls?


Does anyone know how or where I can find a list of properties that can be defined in a skin file for standard ASP.NET controls?

Thanks


Solution

  • I believe that every property is, by default, Themeable. But, a number of properties are marked with the Themeable(false) attribute. For example, an asp:Button has its OnClientClick property marked Themeable(false).

    Don't know how to get this list up front though. You'll get an error when you view a page and a Skin file tries to set a non-Themeable property.