SystemBrushes::AppWorkspace Property

 

Gets a SolidBrush that is the color of the application workspace.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Brush^ AppWorkspace {
	static Brush^ get();
}

Property Value

Type: System.Drawing::Brush^

A SolidBrush that is the color of the application workspace.

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

.NET Framework
Available since 1.1
Return to top
Show: