Version

SystemResourceId Enumeration

An enum that identifies system colors and associated brushes for use by SystemResourceProvider
Syntax
'Declaration
 
Public Enum SystemResourceId 
   Inherits System.Enum
public enum SystemResourceId : System.Enum 
Members
MemberDescription
ActiveBorderBrushA SolidColorBrush created using the SystemColors.ActiveBorderColor color.
ActiveBorderColorThe SystemColors.ActiveBorderColor color.
ActiveCaptionBrushA SolidColorBrush created using the SystemColors.ActiveCaptionColor color.
ActiveCaptionColorThe SystemColors.ActiveCaptionColor color.
ActiveCaptionTextBrushA SolidColorBrush created using the SystemColors.ActiveCaptionTextColor color.
ActiveCaptionTextColorThe SystemColors.ActiveCaptionTextColor color.
AppWorkspaceBrushA SolidColorBrush created using the SystemColors.AppWorkspaceColor color.
AppWorkspaceColorThe SystemColors.AppWorkspaceColor color.
ControlBrushA SolidColorBrush created using the SystemColors.ControlColor color.
ControlColorThe SystemColors.ControlColor color.
ControlDarkBrushA SolidColorBrush created using the SystemColors.ControlDarkColor color.
ControlDarkColorThe SystemColors.ControlDarkColor color.
ControlDarkDarkBrushA SolidColorBrush created using the SystemColors.ControlDarkDarkColor color.
ControlDarkDarkColorThe SystemColors.ControlDarkDarkColor color.
ControlLightBrushA SolidColorBrush created using the SystemColors.ControlLightColor color.
ControlLightColorThe SystemColors.ControlLightColor color.
ControlLightLightBrushA SolidColorBrush created using the SystemColors.ControlLightLightColor color.
ControlLightLightColorThe SystemColors.ControlLightLightColor color.
ControlTextBrushA SolidColorBrush created using the SystemColors.ControlTextColor color.
ControlTextColorThe SystemColors.ControlTextColor color.
DesktopBrushA SolidColorBrush created using the SystemColors.DesktopColor color.
DesktopColorThe SystemColors.DesktopColor color.
GrayTextBrushA SolidColorBrush created using the SystemColors.GrayTextColor color.
GrayTextColorThe SystemColors.GrayTextColor color.
HighlightBrushA SolidColorBrush created using the SystemColors.HighlightColor color.
HighlightColorThe SystemColors.HighlightColor color.
HighlightTextBrushA SolidColorBrush created using the SystemColors.HighlightTextColor color.
HighlightTextColorThe SystemColors.HighlightTextColor color.
InactiveBorderBrushA SolidColorBrush created using the SystemColors.InactiveBorderColor color.
InactiveBorderColorThe SystemColors.InactiveBorderColor color.
InactiveCaptionBrushA SolidColorBrush created using the SystemColors.InactiveCaptionColor color.
InactiveCaptionColorThe SystemColors.InactiveCaptionColor color.
InactiveCaptionTextBrushA SolidColorBrush created using the SystemColors.InactiveCaptionTextColor color.
InactiveCaptionTextColorThe SystemColors.InactiveCaptionTextColor color.
InfoBrushA SolidColorBrush created using the SystemColors.InfoColor color.
InfoColorThe SystemColors.InfoColor color.
InfoTextBrushA SolidColorBrush created using the SystemColors.InfoTextColor color.
InfoTextColorThe SystemColors.InfoTextColor color.
MenuBrushA SolidColorBrush created using the SystemColors.MenuColor color.
MenuColorThe SystemColors.MenuColor color.
MenuTextBrushA SolidColorBrush created using the SystemColors.MenuTextColor color.
MenuTextColorThe SystemColors.MenuTextColor color.
ScrollBarBrushA SolidColorBrush created using the SystemColors.ScrollBarColor color.
ScrollBarColorThe SystemColors.ScrollBarColor color.
WindowBrushA SolidColorBrush created using the SystemColors.WindowColor color.
WindowColorThe SystemColors.WindowColor color.
WindowFrameBrushA SolidColorBrush created using the SystemColors.WindowFrameColor color.
WindowFrameColorThe SystemColors.WindowFrameColor color.
WindowTextBrushA SolidColorBrush created using the SystemColors.WindowTextColor color.
WindowTextColorThe SystemColors.WindowTextColor color.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also