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

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;

Property Value

The primary display.

Remarks

For a single display system, this is the only display.

See Also

Screen Class | Screen Members | System.WinForms Namespace