Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("uxtheme", ExactSpelling=true)] VB .NET Signature:
Declare Auto Sub SetThemeAppProperties Lib "uxtheme" (ByVal props As ThemeAppProperties) User-Defined Types:None. Notes:None. Tips & Tricks:Please add some! Sample Code:' Disable themes SetThemeAppProperties(Not (ThemeAppProperties.STAP_ALLOW_CONTROLS Or ThemeAppProperties.STAP_ALLOW_NONCLIENT Or ThemeAppProperties.STAP_ALLOW_WEBCONTENT)) ' Enable themes SetThemeAppProperties(ThemeAppProperties.STAP_ALLOW_CONTROLS Or ThemeAppProperties.STAP_ALLOW_NONCLIENT Or ThemeAppProperties.STAP_ALLOW_WEBCONTENT) Alternative Managed API:TODO Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).
|
|