SystemBrushes::WindowText Property

 

Gets a SolidBrush that is the color of the text in the client area of a window.

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

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

Property Value

Type: System.Drawing::Brush^

A SolidBrush that is the color of the text in the client area of a window.

.NET Framework
Available since 1.1
Return to top
Show: