Knowledgebase: Implementation
Why isn’t my application using the colours specified in the skin?
Posted by - NA - on 07 October 2005 04:19 PM
|
|
Because DirectSkin is a per-application skinning system, we don’t change the system colors. This can have the immediate effect of an application’s custom controls and a few standard controls not conforming to the skin. The recommended solution is to custom draw anything that needs it, using the DirectSkin GetSysColor method. | |
|
Comments (0)