[]
Each property of the SystemBrushes class is a ColorBrush object that is the color of a Windows display element.
public static class SystemBrushes
| Name | Description |
|---|---|
| ActiveBorder | Gets a ColorBrush object that is the color of the active window's border. |
| ActiveCaption | Gets a ColorBrush object that is the color of the active window's title bar. |
| ActiveCaptionText | Gets a ColorBrush object that is the color of the text in the active window's |
| AppWorkspace | Gets a ColorBrush object that is the color of the application workspace. |
| ButtonFace | Gets a ColorBrush object that is the face color of a 3-D element. |
| ButtonHighlight | Gets a ColorBrush object that is the highlight color of a 3-D element. |
| ButtonShadow | Gets a ColorBrush object that is the shadow color of a 3-D element. |
| Control | Gets a ColorBrush object that is the face color of a 3-D element |
| ControlDark | Gets a ColorBrush object that is the shadow color of a 3-D element. |
| ControlDarkDark | Gets a ColorBrush object that is the dark shadow color of a 3-D element. |
| ControlLight | Gets a ColorBrush object that is the light color of a 3-D element. |
| ControlLightLight | Gets a ColorBrush object that is the highlight color of a 3-D |
| ControlText | Gets a ColorBrush object that is the color of text in a 3-D |
| Desktop | Gets a ColorBrush object that is the color of the desktop. |
| GradientActiveCaption | Gets a ColorBrush object that is the lightest color in the color gradient of an active window's title bar. |
| GradientInactiveCaption | Gets a ColorBrush object that is the lightest color in the color gradient of an inactive window's title bar. |
| GrayText | Gets a ColorBrush object that is the color of dimmed text. |
| Highlight | Gets a ColorBrush object that is the color of the background of selected items. |
| HighlightText | Gets a ColorBrush object that is the color of the text of selected items. |
| HotTrack | Gets a ColorBrush object that is the color used to designate a hot-tracked item. |
| InactiveBorder | Gets a ColorBrush object that is the color of an inactive window's border. |
| InactiveCaption | Gets a ColorBrush object that is the color of the background of an inactive window's title bar. |
| InactiveCaptionText | Gets a ColorBrush object that is the color of the text in an inactive window's title bar. |
| Info | Gets a ColorBrush object that is the color of the background of a ToolTip. |
| InfoText | Gets a ColorBrush object that is the color of the text of a ToolTip. |
| Menu | Gets a ColorBrush object that is the color of a menu's background. |
| MenuBar | Gets a ColorBrush object that is the color of the background of a menu bar. |
| MenuHighlight | Gets a ColorBrush object that is the color used to highlight menu items when the menu appears as a flat menu. |
| MenuText | Gets a ColorBrush object that is the color of a menu's text. |
| ScrollBar | Gets a ColorBrush object that is the color of the background of a scroll bar. |
| Window | Gets a ColorBrush object that is the color of the background in the client area of a window. |
| WindowFrame | Gets a ColorBrush object that is the color of a window frame. |
| WindowText | Gets a ColorBrush object that is the color of the text in the client area of a window. |