The GxSystemColor enumeration contains system colors that need to be obtained.
It is used by the following method:
| Value | Brief description |
| 0 | ScrollBar. Scrollbar background color. |
| 1 | Desktop. Desktop color. |
| 2 | ActiveCaption. Active window caption background color. |
| 3 | InactiveCaption. Inactive window caption background color. |
| 4 | Menu. Menu background color. |
| 5 | Window. Window client area background color. |
| 6 | WindowFrame. Window frame color. |
| 7 | MenuText. Menu text color. |
| 8 | WindowText. Text color in window client area. |
| 9 | ActiveCaptionText. Active window caption text color. |
| 10 | ActiveBorder. Active window border color. |
| 11 | InactiveBorder. Inactive window border color. |
| 12 | AppWorkspace. Application working area color. Application working area is the area in a multi-document view that does not contain documents. |
| 13 | Highlight. Background color of highlighted documents. The highlighted elements are highlighted menu elements and highlighted text. |
| 14 | HighlightText. Color text of highlighted documents. |
| 15 | Control. 3D element front side color. |
| 16 | ControlDark. 3D element shadow color. The shadow color is applied to the 3D element parts that are turned away from the light source. |
| 17 | GrayText. Gray text color. Inactive elements of the list are displayed in gray. |
| 18 | ControlText. 3D element text color. |
| 19 | InactiveCaptionText. Inactive window caption text color. |
| 20 | ControlLight. 3D element light color. The light color is applied to the 3D element parts that are faced to the light source. |
| 21 | ControlDarkDark. 3D element shadow dark color. The shadow color is applied to the darkest areas of the 3D element. |
| 22 | ControlLightLight. 3D element highlighting color. The highlighting color is applied to the lightest parts of the 3D element. |
| 23 | InfoText. Tooltip text color. |
| 24 | Info. Tooltip background color. |
| 26 | HotTrack. Color that is used to highlight hyperlinks. |
| 27 | GradientActiveCaption. Color of active window caption gradient right side. |
| 28 | GradientInactiveCaption. Inactive window caption gradient right side. |
See also: