HeaderColors Class
Defines the resource keys generated by the Visual Studio theme editor.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.PlatformUI.HeaderColors
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class HeaderColors
public static class HeaderColors
public ref class HeaderColors abstract sealed
[<AbstractClass>]
[<Sealed>]
type HeaderColors = class end
public final class HeaderColors
The HeaderColors type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefaultBrushKey | Gets the DefaultBrushKey attribute. | |
DefaultColorKey | Gets the DefaultColorKey attribute. | |
DefaultTextBrushKey | Gets the DefaultTextBrushKey attribute. | |
DefaultTextColorKey | Gets the DefaultTextColorKey attribute. | |
GlyphBrushKey | Gets the GlyphBrushKey attribute. | |
GlyphColorKey | Gets the GlyphColorKey attribute. | |
MouseDownBrushKey | Gets the MouseDownBrushKey attribute. | |
MouseDownColorKey | Gets the MouseDownColorKey attribute. | |
MouseDownGlyphBrushKey | Gets the MouseDownGlyphBrushKey attribute. | |
MouseDownGlyphColorKey | Gets the MouseDownGlyphColorKey attribute. | |
MouseDownTextBrushKey | Gets the MouseDownTextBrushKey attribute. | |
MouseDownTextColorKey | Gets the MouseDownTextColorKey attribute. | |
MouseOverBrushKey | Gets the MouseOverBrushKey attribute. | |
MouseOverColorKey | Gets the MouseOverColorKey attribute. | |
MouseOverGlyphBrushKey | Gets the MouseOverGlyphBrushKey attribute. | |
MouseOverGlyphColorKey | Gets the MouseOverGlyphColorKey attribute. | |
MouseOverTextBrushKey | Gets the MouseOverTextBrushKey attribute. | |
MouseOverTextColorKey | Gets the MouseOverTextColorKey attribute. | |
SeparatorLineBrushKey | Gets the SeparatorLineBrushKey attribute. | |
SeparatorLineColorKey | Gets the SeparatorLineColorKey attribute. |
Top
Fields
Name | Description | |
---|---|---|
Category | The category of the header colors. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.