SystemColors.ActiveCaptionText プロパティ

定義

アクティブなウィンドウのタイトル バーのテキストの色である Color 構造体を取得します。

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

プロパティ値

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

適用対象