SystemColors.InactiveCaption 属性

定义

获取 Color 结构,它是非活动窗口的标题栏的背景色。

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

属性值

一个 Color,它是非活动窗口标题栏的背景的颜色。

适用于