System.Windows.Forms.SystemInformation.WorkingArea Property

Gets the size, in pixels, of the working area of the screen.

Syntax

public static System.Drawing.Rectangle WorkingArea { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SystemInformation.WorkingArea property indicates the bounds of the screen that can be used by applications. The working area is the desktop area of the display, excluding taskbars, docked windows, and docked tool bars.

SystemInformation.WorkingArea always returns the work area of the primary monitor. If you need the work area of a monitor in a multiple display environment, you can call one of the overloads of Screen.GetWorkingArea(Control).

Requirements

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