NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Screen.WorkingArea

Gets the working area of the screen.

[Visual Basic]
Public ReadOnly Property WorkingArea As Rectangle
[C#]
public Rectangle WorkingArea {get;}
[C++]
public: __property Rectangle get_WorkingArea();
[JScript]
public function get WorkingArea() : Rectangle;

Property Value

The working area of the screen.

Remarks

The working area of the screen excludes taskbars and other docked windows.

See Also

Screen Class | Screen Members | System.WinForms Namespace | Rectangle