Previous topic

SysColourChangedEvent

Next topic

SystemFeature

This Page

phoenix_title SystemColourΒΆ

The SystemColour enumeration provides the following values:

Description Value
SYS_COLOUR_SCROLLBAR The scrollbar grey area.
SYS_COLOUR_DESKTOP The desktop colour.
SYS_COLOUR_ACTIVECAPTION Active window caption colour.
SYS_COLOUR_INACTIVECAPTION Inactive window caption colour.
SYS_COLOUR_MENU Menu background colour.
SYS_COLOUR_WINDOW Window background colour.
SYS_COLOUR_WINDOWFRAME Window frame colour.
SYS_COLOUR_MENUTEXT Colour of the text used in the menus.
SYS_COLOUR_WINDOWTEXT Colour of the text used in generic windows.
SYS_COLOUR_CAPTIONTEXT Colour of the text used in captions, size boxes and scrollbar arrow boxes.
SYS_COLOUR_ACTIVEBORDER Active window border colour.
SYS_COLOUR_INACTIVEBORDER Inactive window border colour.
SYS_COLOUR_APPWORKSPACE Background colour for MDI applications.
SYS_COLOUR_HIGHLIGHT Colour of item(s) selected in a control.
SYS_COLOUR_HIGHLIGHTTEXT Colour of the text of item(s) selected in a control.
SYS_COLOUR_BTNFACE Face shading colour on push buttons.
SYS_COLOUR_BTNSHADOW Edge shading colour on push buttons.
SYS_COLOUR_GRAYTEXT Colour of greyed (disabled) text.
SYS_COLOUR_BTNTEXT Colour of the text on push buttons.
SYS_COLOUR_INACTIVECAPTIONTEXT Colour of the text in active captions.
SYS_COLOUR_BTNHIGHLIGHT Highlight colour for buttons.
SYS_COLOUR_3DDKSHADOW Dark shadow colour for three-dimensional display elements.
SYS_COLOUR_3DLIGHT Light colour for three-dimensional display elements.
SYS_COLOUR_INFOTEXT Text colour for tooltip controls.
SYS_COLOUR_INFOBK Background colour for tooltip controls.
SYS_COLOUR_LISTBOX Background colour for list-like controls.
SYS_COLOUR_HOTLIGHT Colour for a hyperlink or hot-tracked item.
SYS_COLOUR_GRADIENTACTIVECAPTION Right side colour in the color gradient of an active window’s title bar.
SYS_COLOUR_GRADIENTINACTIVECAPTION Right side colour in the color gradient of an inactive window’s title bar.
SYS_COLOUR_MENUHILIGHT The colour used to highlight menu items when the menu appears as a flat menu.
SYS_COLOUR_MENUBAR The background colour for the menu bar when menus appear as flat menus.
SYS_COLOUR_LISTBOXTEXT Text colour for list-like controls.
SYS_COLOUR_LISTBOXHIGHLIGHTTEXT Text colour for the unfocused selection of list-like controls.
SYS_COLOUR_BACKGROUND Synonym for SYS_COLOUR_DESKTOP .
SYS_COLOUR_3DFACE Synonym for SYS_COLOUR_BTNFACE .
SYS_COLOUR_3DSHADOW Synonym for SYS_COLOUR_BTNSHADOW .
SYS_COLOUR_BTNHILIGHT Synonym for SYS_COLOUR_BTNHIGHLIGHT .
SYS_COLOUR_3DHIGHLIGHT Synonym for SYS_COLOUR_BTNHIGHLIGHT .
SYS_COLOUR_3DHILIGHT Synonym for SYS_COLOUR_BTNHIGHLIGHT .
SYS_COLOUR_FRAMEBK Synonym for SYS_COLOUR_BTNFACE .