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

The color of the client area of a window.

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

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace