Is it possible for a derived controls to inherit his base control skin.
Say I am deriving a control from TextBox, is it possible for the derived control to inherit the skin settings for Textbox or do they need to be defined again?
I am applying the default skins to all controls through the styleSheetTheme Page property
I am using the Devexpress asp.net controls if that makes any difference.
You will have to define them again.
Here’s the link form msdn:ASP.NET Themes and Skins
Read the fourth paragraph in the skins section. It’s exactly what you wanted to know.
It sounds as if you could use the skinID for what you want though. Apple the named skin to both the button and it’s derived control.