IsAppThemed (Windows CE 5.0)
This function determines whether or not the application UI displays visual style.
BOOL IsAppThemed(void);
Parameters
None.
Return Values
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
OS Versions: Windows CE 5.0 and later.
Header: Uxtheme.h.
Link Library: Ietheme.dll.
See Also
Theme Support Reference | Internet Explorer MSHTML/DHTML API Registry Settings
Send Feedback on this topic to the authors