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 "SetWindowTheme" in [All]

uxtheme

.

public static extern void SetWindowThemeAttribute([In] IntPtr hwnd, [In] WINDOWTHEMEATTRIBUTETYPE eAttribute, [In] ref WTA_OPTIONS pvAttribute, [In] uint cbAttribute);

.

Declare Function SetWindowThemeAttribute Lib "uxtheme.dll" (TODO) As TODO

.

Public Shared Sub SetWindowThemeAttribute(<[In]> hwnd As IntPtr, <[In]> eAttribute As WINDOWTHEMEATTRIBUTETYPE, <[In]> ByRef pvAttribute As WTA_OPTIONS, <[In]> cbAttribute As UInteger)

.
Documentation
[SetWindowThemeAttribute] on MSDN
.

public static extern void SetWindowThemeAttribute([In] IntPtr hwnd, [In] WINDOWTHEMEATTRIBUTETYPE eAttribute, [In] ref WTA_OPTIONS pvAttribute, [In] uint cbAttribute);

.

Declare Function SetWindowThemeAttribute Lib "uxtheme.dll" (TODO) As TODO

.
Documentation
[SetWindowThemeAttribute] on MSDN

Enums

.

     DBID_SETWINDOWTHEME   = 6,


 
Access PInvoke.net directly from VS: