SystemColors.ActiveCaption プロパティ

定義

アクティブなウィンドウのタイトル バーの背景の色を表す Color 構造体を取得します。

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

プロパティ値

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

適用対象