共用方式為


VSColorTable.ToolWindowText 屬性

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

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

語法

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

屬性值

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

.NET Framework 安全性

請參閱

參考

VSColorTable 類別

Microsoft.VisualStudio 命名空間