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[];
An array containing all of the displays on the system.