@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: public enum ThemeAppProperties : uint { AllowNonClient = 0x00000001, AllowControls = 0x00000002, AllowWebContent = 0x00000004 } !!!!VB .NET Signature: Public Enum ThemeAppProperties STAP_ALLOW_NONCLIENT = &H1 STAP_ALLOW_CONTROLS = &H2 STAP_ALLOW_WEBCONTENT = &H4 End Enum !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: TODO Documentation: ThemeAppProperties@msdn on MSDN
Edit Enums.ThemeAppPro...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.