Desktop Functions: Smart Device Functions:
|
Search Results for "GetWindowTheme" in [All]uxtheme
public extern static IntPtr GetWindowTheme(IntPtr hWnd);
Public Declare Function GetWindowTheme Lib "uxtheme.dll" (ByVal hWnd As IntPtr) As IntPtr If a window has a visual style applied, the GetWindowTheme function returns the most recent theme handle from OpenThemeData. If no visual style is applied, GetWindowTheme returns NULL. |