VsResourceKeys Class
Exposes Windows Presentation Foundation (WPF) resource keys for Style and ControlTemplate values that apply to common WPF controls.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.VsResourceKeys
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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 | ||
LargeToolTipStyleKey | ||
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 | ||
ScrollViewerStyleKey | ||
UnthemedGridViewScrollViewerStyleKey | ||
UnthemedScrollBarStyleKey | ||
UnthemedScrollViewerStyleKey |
Top
Methods
Name | Description | |
---|---|---|
GetGridViewScrollViewerStyleKey | ||
GetScrollBarStyleKey | ||
GetScrollViewerStyleKey |
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.