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,它是活动窗口标题栏的颜色。

适用于