System.Windows.Forms.Screen.GetWorkingArea Method

Retrieves the working area for the display that contains the largest portion of the specified rectangle. The working area is the desktop area of the display, excluding taskbars, docked windows, and docked tool bars.

Syntax

public static System.Drawing.Rectangle GetWorkingArea (System.Drawing.Rectangle rect)

Parameters

rect
The System.Drawing.Rectangle that specifies the area for which to retrieve the working area.

Returns

A System.Drawing.Rectangle that specifies the working area. In multiple display environments where no display contains the specified rectangle, the display closest to the rectangle is returned.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0