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

The color of the application workspace. The application workspace is the area in a multiple document view that is not being occupied by documents.

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

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace