Tests if a theme is active.
Syntax
BOOL IsThemeActive(VOID);
Return Value
One of the following:
TRUE A theme is enabled and theme-aware windows should call OpenThemeData to start using theme drawing services. FALSE A theme is not enables and the window will not make another call to IsThemeActive until it receives a WM_THEMECHANGED message.
Function Information
Stock Implementation UxTheme.dll Custom Implementation No Header ThemeApi.h Import library UxTheme.lib Minimum operating systems Windows NT Whistler