SystemBrushes.ActiveCaption 属性
定义
获取表示活动窗口标题栏背景颜色的 SolidBrush。Gets a SolidBrush that is the color of the background of the active window's title bar.
public:
static property System::Drawing::Brush ^ ActiveCaption { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush ActiveCaption { get; }
member this.ActiveCaption : System.Drawing.Brush
Public Shared ReadOnly Property ActiveCaption As Brush
属性值
一个 SolidBrush,它是活动窗口标题栏的背景的颜色。A SolidBrush that is the color of the background of the active window's title bar.