Gets the primary display.
[Visual Basic] Public Shared ReadOnly Property PrimaryScreen As Screen [C#] public static Screen PrimaryScreen {get;} [C++] public: __property static Screen* get_PrimaryScreen(); [JScript] public static function get PrimaryScreen() : Screen;
The primary display.
For a single display system, this is the only display.