SystemColors.GradientInactiveCaption 属性

定义

获取 Color 结构,它是非活动窗口标题栏的颜色渐变中的最亮色。

public:
 static property System::Drawing::Color GradientInactiveCaption { System::Drawing::Color get(); };
public static System.Drawing.Color GradientInactiveCaption { get; }
static member GradientInactiveCaption : System.Drawing.Color
Public Shared ReadOnly Property GradientInactiveCaption As Color

属性值

一个 Color,它是非活动窗口标题栏的颜色渐变中的最亮颜色。

适用于