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;
true if all monitors have the same color format; otherwise, false.
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.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace