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!

SystemColors.WindowText

The color of the text in the client area of a window.

[Visual Basic]
Public Shared ReadOnly Property WindowText As Color
[C#]
public static Color WindowText {get;}
[C++]
public: __property static Color get_WindowText();
[JScript]
public static function get WindowText() : Color;

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace