/// <summary> /// Restores the Desktop area /// </summary> public static void RestoreDesktopArea() { WinAPI.SystemParametersInfo((int)WinAPI.SPI.SPI_SETWORKAREA, 0, ref m_rcOldDesktopRect, 0); }