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!

SystemInformation.VirtualScreen

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;

Property Value

A Rectangle that specifies the bounding rectangle of the entire virtual screen.

Remarks

The virtual screen is the bounding rectangle of all display monitors. The left and top coordinates can be nonzero or negative.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace