DisplayArea.WorkArea Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the rectangle of the work area of the DisplayArea
, where the X,Y offset is within the display area's bounds.
public:
property RectInt32 WorkArea { RectInt32 get(); };
RectInt32 WorkArea();
public RectInt32 WorkArea { get; }
var rectInt32 = displayArea.workArea;
Public ReadOnly Property WorkArea As RectInt32
Property Value
The rectangle of the work area of the DisplayArea
.
Remarks
The work area of a display is the part of the desktop display that excludes task bars, docked windows, and docked tool bars.