public static WindowControl GetDesktopWindow() { IntPtr hwnd = User32APIs.GetDesktopWindow(); return(new WindowControl(hwnd)); }