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

適用対象