WindowBlinds : DirectSkin
UxThemeEmulation
 

The UxThemeEmulation method can be used to enable UxTheme emulation. If your application ships with a manifest then you should call this function when on WindowsXP. It alters the behaviour of DirectSkin so controls can skin correctly and also allows your app to use the standard Windows XP UXTheme functions to obtain skin information or to paint controls.

void UxThemeEmulation(BOOL toggle );

Parameters

toggle
Pass in TRUE to turn on UxThemeEmulation.

Return Values

 

none

Remarks

 

This function has no impact on non XP OSes.

See Also

 

There are no related topics to this method.