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

The color of text that is being shown in a disabled, or grayed-out state.

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

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace