IsWindowMinimized

[DllImport("user32.dll", SetLastError = true)]
public static extern bool IsWindowMinimized(
   IntPtr hWnd
);

Last updated