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

Gets a value indicating whether a particular display is the primary device.

[Visual Basic]
Public ReadOnly Property Primary As Boolean
[C#]
public bool Primary {get;}
[C++]
public: __property bool get_Primary();
[JScript]
public function get Primary() : Boolean;

Property Value

true if this display is primary; otherwise, false.

See Also

Screen Class | Screen Members | System.WinForms Namespace