SystemBrushes.ActiveCaption プロパティ

定義

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

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

プロパティ値

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

適用対象