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

The color of the filled area of an inactive window border.

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

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace