Desktop Functions: Smart Device Functions:
|
Search Results for "ThemeAppProperties" in [All]uxtheme
public extern static ThemeAppProperties GetThemeAppProperties();
Declare Function GetThemeAppProperties Lib "uxtheme.dll" (TODO) As TODO
Public Shared Function GetThemeAppProperties() As ThemeAppProperties
public extern static void SetThemeAppProperties(ThemeAppProperties props);
Declare Auto Sub SetThemeAppProperties Lib "uxtheme" (ByVal props As ThemeAppProperties) SetThemeAppProperties(Not (ThemeAppProperties.STAP_ALLOW_CONTROLS Or ThemeAppProperties.STAP_ALLOW_NONCLIENT Or ThemeAppProperties.STAP_ALLOW_WEBCONTENT)) SetThemeAppProperties(ThemeAppProperties.STAP_ALLOW_CONTROLS Or ThemeAppProperties.STAP_ALLOW_NONCLIENT Or ThemeAppProperties.STAP_ALLOW_WEBCONTENT) Enums |