SystemColors.InactiveBorder 屬性

定義

會得到 Color 一個與非啟用視窗邊框顏色相同的結構。

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

屬性值

A Color 是非活躍視窗邊框的顏色。

適用於