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

プロパティ値

アクティブでないウィンドウのタイトル バーのテキストの色を表す Color

適用対象