SystemBrushes.WindowText Property

Definition

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

public:
 static property System::Drawing::Brush ^ WindowText { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush WindowText { get; }
static member WindowText : System.Drawing.Brush
Public Shared ReadOnly Property WindowText As Brush

Property Value

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

Applies to