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

Gets whether all the display monitors have the same color format.

[Visual Basic]
Public Shared ReadOnly Property MonitorsSameDisplayFormat As _
   Boolean
[C#]
public static bool MonitorsSameDisplayFormat {get;}
[C++]
public: __property static bool get_MonitorsSameDisplayFormat();
[JScript]
public static function get MonitorsSameDisplayFormat() : Boolean;

Property Value

true if all monitors have the same color format; otherwise, false.

Remarks

Two displays can have the same bit depth, but different color formats. For example, red, green, and blue pixels can be encoded with different number of bits, or those bits can be located in different places in a pixel's color value.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace