Share via


TreeViewColors Class

Defines the TreeView colors resource keys generated by the Visual Studio theme.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.PlatformUI.TreeViewColors

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public NotInheritable Class TreeViewColors
public static class TreeViewColors

The TreeViewColors type exposes the following members.

Properties

  Name Description
Public propertyStatic member BackgroundBrushKey Gets the BackgroundBrushKey attribute.
Public propertyStatic member BackgroundColorKey Gets the BackgroundColorKey attribute.
Public propertyStatic member BackgroundTextBrushKey Gets the BackgroundTextBrushKey attribute.
Public propertyStatic member BackgroundTextColorKey Gets the BackgroundTextColorKey attribute.
Public propertyStatic member DragDropInsertionArrowBorderBrushKey Gets the DragDropInsertionArrowBorderBrushKey attribute.
Public propertyStatic member DragDropInsertionArrowBorderColorKey Gets the DragDropInsertionArrowBorderColorKey attribute.
Public propertyStatic member DragDropInsertionArrowBrushKey Gets the DragDropInsertionArrowBrushKey attribute.
Public propertyStatic member DragDropInsertionArrowColorKey Gets the DragDropInsertionArrowColorKey attribute.
Public propertyStatic member DragOverItemBrushKey Gets the DragOverItemBrushKey attribute.
Public propertyStatic member DragOverItemColorKey Gets the DragOverItemColorKey attribute.
Public propertyStatic member DragOverItemGlyphBrushKey Gets the DragOverGlyphBrushKey attribute.
Public propertyStatic member DragOverItemGlyphColorKey Gets the DragOverGlyphColorKey attribute.
Public propertyStatic member DragOverItemGlyphMouseOverBrushKey Gets the DragOverItemGlyphMouseOverBrushKey attribute.
Public propertyStatic member DragOverItemGlyphMouseOverColorKey Gets the DragOverItemGlyphMouseOverColorKey attribute.
Public propertyStatic member DragOverItemTextBrushKey Gets the DragOverItemTextBrushKey attribute.
Public propertyStatic member DragOverItemTextColorKey Gets the DragOverItemTextColorKey attribute.
Public propertyStatic member FocusVisualBorderBrushKey Gets the FocusVisualBorderBrushKey attribute.
Public propertyStatic member FocusVisualBorderColorKey Gets the FocusVisualBorderColorKey attribute.
Public propertyStatic member GlyphBrushKey Gets the GlyphBrushKey attribute.
Public propertyStatic member GlyphColorKey Gets the GlyphColorKey attribute.
Public propertyStatic member GlyphMouseOverBrushKey Gets the GlyphMouseOverBrushKey attribute.
Public propertyStatic member GlyphMouseOverColorKey Gets the GlyphMouseOverColorKey attribute.
Public propertyStatic member HighlightedSpanBrushKey Gets the HighlightedSpanBrushKey attribute.
Public propertyStatic member HighlightedSpanColorKey Gets the HighlightedSpanColorKey attribute.
Public propertyStatic member HighlightedSpanTextBrushKey Gets the HighlightedSpanTextBrushKey attribute.
Public propertyStatic member HighlightedSpanTextColorKey Gets the HighlightedSpanTextColorKey attribute.
Public propertyStatic member SelectedItemActiveBrushKey Gets the SelectedItemActiveBrushKey attribute.
Public propertyStatic member SelectedItemActiveColorKey Gets the SelectedItemActiveColorKey attribute.
Public propertyStatic member SelectedItemActiveGlyphBrushKey Gets the SelectedItemActiveGlyphBrushKey attribute.
Public propertyStatic member SelectedItemActiveGlyphColorKey Gets the SelectedItemActiveGlyphColorKey attribute.
Public propertyStatic member SelectedItemActiveGlyphMouseOverBrushKey Gets the SelectedItemActiveGlyphMouseOverBrushKey attribute.
Public propertyStatic member SelectedItemActiveGlyphMouseOverColorKey Gets the SelectedItemActiveGlyphMouseOverColorKey attribute.
Public propertyStatic member SelectedItemActiveTextBrushKey Gets the SelectedItemActiveTextBrushKey attribute.
Public propertyStatic member SelectedItemActiveTextColorKey Gets the SelectedItemActiveTextColorKey attribute.
Public propertyStatic member SelectedItemInactiveBrushKey Gets the SelectedItemInactiveBrushKey attribute.
Public propertyStatic member SelectedItemInactiveColorKey Gets the SelectedItemInactiveColorKey attribute.
Public propertyStatic member SelectedItemInactiveGlyphBrushKey Gets the SelectedItemInactiveGlyphBrushKey attribute.
Public propertyStatic member SelectedItemInactiveGlyphColorKey Gets the SelectedItemInactiveGlyphColorKey attribute.
Public propertyStatic member SelectedItemInactiveGlyphMouseOverBrushKey Gets the SelectedItemInactiveGlyphMouseOverBrushKey attribute.
Public propertyStatic member SelectedItemInactiveGlyphMouseOverColorKey Gets the SelectedItemInactiveGlyphMouseOverColorKey attribute.
Public propertyStatic member SelectedItemInactiveTextBrushKey Gets the SelectedItemTextBrushKey attribute.
Public propertyStatic member SelectedItemInactiveTextColorKey Gets the SelectedItemTextColorKey attribute.
Public propertyStatic member ValidationSquigglesBrushKey Gets the ValidationSquigglesBrushKey attribute.
Public propertyStatic member ValidationSquigglesColorKey Gets the ValidationSquigglesColorKey attribute.

Top

Fields

  Name Description
Public fieldStatic member Category The category of the TreeView 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