|
Property |
Description |
|
ActiveCaptionText |
Pen with active window's title bar color |
|
Control |
Pen with control color |
|
ControlDark |
Pen with the shadow color of a 3D element |
|
ControlDarkDark |
Pen with the dark shadow color of a 3D element |
|
ControlLight |
Pen with the light color of a 3D element |
|
ControlLightLight |
Pen with the highlight color of a 3D element |
|
ControlText |
Pen with the control text color |
|
GrayText |
Pen with disabled color |
|
Highlight |
Pen with highlighting |
|
HighlightText |
Pen with highlighted text color |
|
InactiveCaptionText |
Pen with inactive title bar color |
|
InfoText |
Pen with the color of the text of a ToolTip |
|
MenuText |
Pen with the color of a menu's text |
|
WindowFrame |
Pen with the color of a window frame |
|
WindowText |
Pen with the color of the text in the client area of a window |
|
Property | Description |
ActiveBorder |
Brush object with the color of the active window's border |
|
ActiveCaption |
Brush object with the background color of the active window's title bar |
|
ActiveCaptionText |
Brush object with the color of the text active window's title bar |
|
AppWorkspace |
Brush object with the color of the application work space |
|
Control |
Brush object with the face color of a 3D element |
|
ControlDark |
Brush object with the shadow color of a 3D element |
|
ControlDarkDark |
Brush object with the dark shadow color of a 3D element |
|
ControlLight |
Brush object with the light color of a 3D element |
|
ControlLightLight |
Brush object with the highlight color of a 3D element |
|
ControlText |
Brush object with the color of text in a 3D element |
|
Desktop |
Brush object with the color of the desktop |
|
Highlight |
Brush object with the color of the background of selected items |
|
HighlightText |
Brush object with the color of the text of selected items |
|
HotTrack |
Brush object with the color used to designate a hot tracked item |
|
InactiveBorder |
Brush object with the color of an inactive window's title bar |
|
InactiveCaption |
Brush object with the color of the background of an inactive window's title bar |
|
Info |
Brush object with the color of the background of a ToolTip |
|
Menu |
Brush object with the color of a menu's background |
|
ScrollBar |
Brush object with the color of the background of a scroll bar |
|
Window |
Brush object with the color of the background in the client area of a window |
|
WindowText |
Brush object with the color of the text in the client area of a window |
Note: The MSDN documentation states that the SystemBrushes properties return a SolidBrush object, but that the statement is not quite accurate. These properties return a Brush object that must be cast to a SolidBrush object. If you run the code without casting them, the compiler throws an error.



Join the conversation! Your thoughts help the community grow.