Share via


IsAppThemed (Windows Embedded CE 6.0)

1/6/2010

This function determines whether or not the application UI displays visual style.

Syntax

BOOL IsAppThemed(void);

Parameters

None

Return Value

Returns TRUE if an application has a visual style applied, otherwise returns FALSE.

Remarks

IsAppThemed can be implemented to look up a list for current applications that have Theme Support enabled.

Theme Support can be toggled in the Advanced tab of the Internet Settings dialog box on the device. It can also be controlled through registry settings.

Requirements

Header uxtheme.h
Library Ietheme.dll
Windows Embedded CE Windows CE 5.0 and later

See Also

Concepts

Theme Support Reference
Internet Explorer MSHTML/DHTML API Registry Settings

Other Resources

Theme Support Functions