Gets the bounds of the virtual screen.
[Visual Basic] Public Shared ReadOnly Property VirtualScreen As Rectangle [C#] public static Rectangle VirtualScreen {get;} [C++] public: __property static Rectangle get_VirtualScreen(); [JScript] public static function get VirtualScreen() : Rectangle;
A Rectangle that specifies the bounding rectangle of the entire virtual screen.
The virtual screen is the bounding rectangle of all display monitors. The left and top coordinates can be nonzero or negative.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace