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

适用于