共用方式為


VSColorTable.ToolWindowBackground 屬性

取得用於繪製工具視窗背景的色彩。

命名空間:  Microsoft.VisualStudio
組件:  Microsoft.VisualStudio (在 Microsoft.VisualStudio.dll 中)

語法

'宣告
Public ReadOnly Property ToolWindowBackground As Color
public Color ToolWindowBackground { get; }
public:
property Color ToolWindowBackground {
    Color get ();
}
member ToolWindowBackground : Color with get
function get ToolWindowBackground () : Color

屬性值

型別:System.Drawing.Color
做為用於繪製工具視窗背景之色彩的 Color

.NET Framework 安全性

請參閱

參考

VSColorTable 類別

Microsoft.VisualStudio 命名空間