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
Public propertyStatic member DefaultBrushKey Gets the DefaultBrushKey attribute.
Public propertyStatic member DefaultColorKey Gets the DefaultColorKey attribute.
Public propertyStatic member DefaultTextBrushKey Gets the DefaultTextBrushKey attribute.
Public propertyStatic member DefaultTextColorKey Gets the DefaultTextColorKey attribute.
Public propertyStatic member GlyphBrushKey Gets the GlyphBrushKey attribute.
Public propertyStatic member GlyphColorKey Gets the GlyphColorKey attribute.
Public propertyStatic member MouseDownBrushKey Gets the MouseDownBrushKey attribute.
Public propertyStatic member MouseDownColorKey Gets the MouseDownColorKey attribute.
Public propertyStatic member MouseDownGlyphBrushKey Gets the MouseDownGlyphBrushKey attribute.
Public propertyStatic member MouseDownGlyphColorKey Gets the MouseDownGlyphColorKey attribute.
Public propertyStatic member MouseDownTextBrushKey Gets the MouseDownTextBrushKey attribute.
Public propertyStatic member MouseDownTextColorKey Gets the MouseDownTextColorKey attribute.
Public propertyStatic member MouseOverBrushKey Gets the MouseOverBrushKey attribute.
Public propertyStatic member MouseOverColorKey Gets the MouseOverColorKey attribute.
Public propertyStatic member MouseOverGlyphBrushKey Gets the MouseOverGlyphBrushKey attribute.
Public propertyStatic member MouseOverGlyphColorKey Gets the MouseOverGlyphColorKey attribute.
Public propertyStatic member MouseOverTextBrushKey Gets the MouseOverTextBrushKey attribute.
Public propertyStatic member MouseOverTextColorKey Gets the MouseOverTextColorKey attribute.
Public propertyStatic member SeparatorLineBrushKey Gets the SeparatorLineBrushKey attribute.
Public propertyStatic member SeparatorLineColorKey Gets the SeparatorLineColorKey attribute.

Top

Fields

  Name Description
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace