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.AllScreens

Gets an array of all of the displays on the system.

[Visual Basic]
Public Shared ReadOnly Property AllScreens As Screen ()
[C#]
public static Screen[] AllScreens {get;}
[C++]
public: __property static Screen* get_AllScreens();
[JScript]
public static function get AllScreens() : Screen[];

Property Value

An array containing all of the displays on the system.

See Also

Screen Class | Screen Members | System.WinForms Namespace