VsResourceKeys Class

Exposes Windows Presentation Foundation (WPF) resource keys for Style and ControlTemplate values that apply to common WPF controls.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Shell.VsResourceKeys

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public NotInheritable Class VsResourceKeys
public static class VsResourceKeys
public ref class VsResourceKeys abstract sealed
[<AbstractClass>]
[<Sealed>]
type VsResourceKeys =  class end
public final class VsResourceKeys

The VsResourceKeys type exposes the following members.

Properties

  Name Description
Public propertyStatic member CustomGridViewScrollViewerStyleKey Gets the key that can be used at runtime to dynamically bind to a style.This replaces GridViewScrollViewerStyleKey.
Public propertyStatic member LargeToolTipStyleKey Gets the key that can be used at runtime to dynamically bind to a Style for a ToolTip.
Public propertyStatic member ProgressBarStyleKey Gets the key that can be used at runtime to dynamically bind to a Style for a ProgressBar.
Public propertyStatic member ProgressBarTemplateKey Gets the key that can be used at runtime to dynamically bind to a ControlTemplate for a ProgressBar.
Public propertyStatic member ScrollBarStyleKey Gets the key that can be used at runtime to dynamically bind to a style for a ScrollBar.
Public propertyStatic member ScrollViewerStyleKey Gets the key that can be used at runtime to dynamically bind to a Style for a ScrollViewer.
Public propertyStatic member UnthemedGridViewScrollViewerStyleKey Gets the key that can be used to apply the default, unthemed style to ScrollViewer objects.
Public propertyStatic member UnthemedScrollBarStyleKey Gets the key that can be used to apply the default, unthemed style to ScrollBars.
Public propertyStatic member UnthemedScrollViewerStyleKey Gets the key that can be used to apply the default, unthemed style to ScrollViewer objects.

Top

Methods

  Name Description
Public methodStatic member GetGridViewScrollViewerStyleKey Gets the key to use for the style for themed or unthemed ScrollBars.
Public methodStatic member GetScrollBarStyleKey Gets the key to use for the style for ScrollBars.
Public methodStatic member GetScrollViewerStyleKey Gets the key to use for the style for ScrollBar objects.

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.Shell Namespace