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

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

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

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace