SystemColors.InactiveCaptionText Property

Definition

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

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

Property Value

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

Applies to