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

Gets whether the user has selected to run in high contrast mode.

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

Property Value

true if the user has enabled high constrast mode; otherwise, false.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace