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

The color of the thin frame drawn around a window.

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

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace