SystemColors.InactiveCaption Property

Definition

Gets a Color structure that is the color of the background of an inactive window's title bar.

public:
 static property System::Drawing::Color InactiveCaption { System::Drawing::Color get(); };
public static System.Drawing.Color InactiveCaption { get; }
static member InactiveCaption : System.Drawing.Color
Public Shared ReadOnly Property InactiveCaption As Color

Property Value

A Color that is the color of the background of an inactive window's title bar.

Applies to