SetThemeAppProperties function
Sets the flags that determine how visual styles are implemented in the calling application.
Syntax
void SetThemeAppProperties(
DWORD dwFlags
);
Parameters
- dwFlags
-
Type: DWORD
DWORD that specifies one or more of the following bit flags, which can be combined with a logical OR.
Return value
This function does not return a value.
Remarks
After you set the flags, send a WM_THEMECHANGED message to your application's main window for the changes to take effect.
Examples
This example combines flags and calls this function as shown.
DWORD dwFlags = (STAP_ALLOW_NONCLIENT |
STAP_ALLOW_CONTROLS | STAP_ALLOW_WEBCONTENT);
SetThemeAppProperties(dwFlags);
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/27/2012