The GxSystemColor enumeration contains system colors that need to be obtained.
It is used by the following method:
Value | Brief description |
0 | ScrollBar - background color of the scrollbar. |
1 | Desktop - desktop color. |
2 | ActiveCaption - background color of the active window caption. |
3 | InactiveCaption - background color of the inactive window header. |
4 | Menu - color of the menu background. |
5 | Window - background color of the client area of the window. |
6 | WindowFrame - color of the window border. |
7 | MenuText - color of the menu text. |
8 | WindowText - text color in the client area of the window. |
9 | ActiveCaptionText - text color of the active window header. |
10 | ActiveBorder - color of the active window border. |
11 | InactiveBorder - color of the inactive window border. |
12 | AppWorkarea - color of the application workspace. Application workspace is the area in the MDI presentation that is not occupied by the documents. |
13 | Highlight - background color of the highlighted elements. The highlighted menu elements and highlighted text relate to the highlighted elements. |
14 | HighlightText - text color of the highlighted elements. |
15 | Control - face part color of 3D element. |
16 | ControlDark - shadow color of 3D element. The shadow color is applied to those parts of 3D element that are turned away from the light source. |
17 | GrayText - color of the gray text. Inactive elements of the enumeration are displayed in gray text. |
18 | ControlText - text color of 3D element. |
19 | InactiveCaptionText - color of the inactive window header. |
20 | ControlLight - light color of 3D element. The light color is applied to those elements of the 3D element that are faced to the light source. |
21 | ControlDarkDark - dark color of the 3D element shadow. The dark color of the 3D element shadow is applied to the darkest areas of 3D element. |
22 | ControlLightLight - highlighting color of 3D element. The highlighting color is applied to the lightest parts of 3D element. |
23 | InfoText - text color of the tooltip. |
24 | Info - background color of the tooltip. |
26 | HotTrack - color that is used to highlight hyperlinks. |
27 | GradientActiveCaption - color of the right side of the active window caption gradient. |
28 | GradientInactiveCaption - color of the right side of the inactive window caption gradient. |
See also: