VsResourceKeys Class

 

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

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

System.Object
  Microsoft.VisualStudio.Shell.VsResourceKeys

public static class VsResourceKeys

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticButtonStyleKey

System_CAPS_pubpropertySystem_CAPS_staticCheckBoxStyleKey

System_CAPS_pubpropertySystem_CAPS_staticComboBoxStyleKey

System_CAPS_pubpropertySystem_CAPS_staticCustomGridViewScrollViewerStyleKey

Gets the key that can be used at runtime to dynamically bind to a style.This replaces T:System.Windows.Controls.GridView.GridViewScrollViewerStyleKey.

System_CAPS_pubpropertySystem_CAPS_staticLabelEnvironment122PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticLabelEnvironment133PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticLabelEnvironment155PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticLabelEnvironment200PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticLabelEnvironment310PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticLabelEnvironment375PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticLabelEnvironmentBoldStyleKey

System_CAPS_pubpropertySystem_CAPS_staticLargeToolTipStyleKey

Gets the key that can be used at runtime to dynamically bind to a Style for a ToolTip.

System_CAPS_pubpropertySystem_CAPS_staticProgressBarStyleKey

Gets the key that can be used at runtime to dynamically bind to a Style for a ProgressBar.

System_CAPS_pubpropertySystem_CAPS_staticProgressBarTemplateKey

Gets the key that can be used at runtime to dynamically bind to a ControlTemplate for a ProgressBar.

System_CAPS_pubpropertySystem_CAPS_staticScrollBarStyleKey

Gets the key that can be used at runtime to dynamically bind to a style for a T:System.Windows.Controls.ScrollBar.

System_CAPS_pubpropertySystem_CAPS_staticScrollViewerStyleKey

Gets the key that can be used at runtime to dynamically bind to a Style for a ScrollViewer.

System_CAPS_pubpropertySystem_CAPS_staticTextBlockEnvironment122PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticTextBlockEnvironment133PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticTextBlockEnvironment155PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticTextBlockEnvironment200PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticTextBlockEnvironment310PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticTextBlockEnvironment375PercentFontSizeStyleKey

System_CAPS_pubpropertySystem_CAPS_staticTextBlockEnvironmentBoldStyleKey

System_CAPS_pubpropertySystem_CAPS_staticTextBoxStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogButtonStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogCheckBoxStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogComboBoxStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogDefaultStylesKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogGridViewColumnHeaderGripperStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogGridViewColumnHeaderStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogHyperlinkStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogLabelStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogListBoxStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogListViewItemGridStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogListViewItemStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogListViewStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogRadioButtonStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogTextBoxStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogTreeViewItemStyleKey

System_CAPS_pubpropertySystem_CAPS_staticThemedDialogTreeViewStyleKey

System_CAPS_pubpropertySystem_CAPS_staticUnthemedGridViewScrollViewerStyleKey

Gets the key that can be used to apply the default, unthemed style to ScrollViewer objects.

System_CAPS_pubpropertySystem_CAPS_staticUnthemedScrollBarStyleKey

Gets the key that can be used to apply the default, unthemed style to ScrollBars.

System_CAPS_pubpropertySystem_CAPS_staticUnthemedScrollViewerStyleKey

Gets the key that can be used to apply the default, unthemed style to ScrollViewer objects.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetGridViewScrollViewerStyleKey(Boolean)

Gets the key to use for the style for themed or unthemed ScrollBars.

System_CAPS_pubmethodSystem_CAPS_staticGetScrollBarStyleKey(Boolean)

Gets the key to use for the style for ScrollBars.

System_CAPS_pubmethodSystem_CAPS_staticGetScrollViewerStyleKey(Boolean)

Gets the key to use for the style for ScrollBar objects.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: