Gets the size of the working area in pixels.
[Visual Basic] Public Shared ReadOnly Property WorkingArea As Rectangle [C#] public static Rectangle WorkingArea {get;} [C++] public: __property static Rectangle get_WorkingArea(); [JScript] public static function get WorkingArea() : Rectangle;
The size of the working area in pixels.
The working area is the portion of the screen not hidden by the system tray.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace