Desktop Functions: Smart Device Functions:
|
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)
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 Enums
DBID_SETWINDOWTHEME = 6, |