SystemPens::AppWorkspace Property

 

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

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

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

Property Value

Type: System.Drawing::Pen^

A Pen 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.

The following code example demonstrates how to use the AppWorkspace property. To run this example, paste it into a Windows Form. Handle the form’s Paint event and call the DrawWithActiveAppWorkspacePen method from the Paint event-handling method, passing e as PaintEventArgs.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: