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 | |
---|---|---|
CustomGridViewScrollViewerStyleKey | Gets the key that can be used at runtime to dynamically bind to a style.This replaces GridViewScrollViewerStyleKey. | |
LargeToolTipStyleKey | Gets the key that can be used at runtime to dynamically bind to a Style for a ToolTip. | |
ProgressBarStyleKey | Gets the key that can be used at runtime to dynamically bind to a Style for a ProgressBar. | |
ProgressBarTemplateKey | Gets the key that can be used at runtime to dynamically bind to a ControlTemplate for a ProgressBar. | |
ScrollBarStyleKey | Gets the key that can be used at runtime to dynamically bind to a style for a ScrollBar. | |
ScrollViewerStyleKey | Gets the key that can be used at runtime to dynamically bind to a Style for a ScrollViewer. | |
UnthemedGridViewScrollViewerStyleKey | Gets the key that can be used to apply the default, unthemed style to ScrollViewer objects. | |
UnthemedScrollBarStyleKey | Gets the key that can be used to apply the default, unthemed style to ScrollBars. | |
UnthemedScrollViewerStyleKey | Gets the key that can be used to apply the default, unthemed style to ScrollViewer objects. |
Top
Methods
Name | Description | |
---|---|---|
GetGridViewScrollViewerStyleKey | Gets the key to use for the style for themed or unthemed ScrollBars. | |
GetScrollBarStyleKey | Gets the key to use for the style for ScrollBars. | |
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.