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!

SystemInformation.MonitorCount

Gets the number of display monitors on the desktop.

[Visual Basic]
Public Shared ReadOnly Property MonitorCount As Integer
[C#]
public static int MonitorCount {get;}
[C++]
public: __property static int get_MonitorCount();
[JScript]
public static function get MonitorCount() : int;

Property Value

The number of monitors that make up the desktop.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace