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

The color of the background of an inactive title bar caption.

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

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace