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;
The working area of the screen.
The working area of the screen excludes taskbars and other docked windows.
Screen Class | Screen Members | System.WinForms Namespace | Rectangle