Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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

.
Documentation
[GetThemeAppProperties] on MSDN
.

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)

.
Documentation
[SetThemeAppProperties] on MSDN

Enums

.

public enum ThemeAppProperties : uint

.

Public Enum ThemeAppProperties

.
Documentation
[ThemeAppProperties] on MSDN

 
Access PInvoke.net directly from VS: