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;
The number of monitors that make up the desktop.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace