GetWindowTheme

[DllImport("uxtheme.dll", SetLastError = true)]
public static extern IntPtr GetWindowTheme(
   HWND hwnd
);

Microsoft documentation: Linkarrow-up-right

Last updated