SystemColors.InactiveCaptionText 屬性

定義

會得到 Color 一個結構,該顏色與非活躍視窗標題欄的文字相同。

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

屬性值

A Color 是非活躍視窗標題欄文字的顏色。

適用於