clrValue (ULONG)

      Control color value.

      This field can contain any valid RGB value or any of the following SYSCLR_* constants.

      When CTLCOLORS is used with WinQueryContolColors, CCV_NOTFOUND can be returned to this field, which indicates no control color value was found for the specified color index.

      When CTLCOLORS is used with WinSetControlColors, you can use CCV_IGNORE in this field to indicate you do not want to set a color value for this index. You can reset the color for an index to the default by specifying CCV_DEFAULT.

      SYSCLR_SHADOWHILITEBGND

        System color for shadow highlighted background.
      SYSCLR_SHADOWHILITEFGND
        System color for shadow highlighted foreground.
      SYSCLR_SHADOWTEXT
        System color for shadow text.
      SYSCLR_ENTRYFIELD
        System color for entry field.
      SYSCLR_MENUDISABLEDTEXT
        System color for disabled menu text.
      SYSCLR_MENUHILITE
        System color for highlighted menu text.
      SYSCLR_MENUHILITEBGND
        System color for highlighted menu background.
      SYSCLR_PAGEBACKGROUND
        System color for page background.
      SYSCLR_FIELDBACKGROUND
        System color for field background.
      SYSCLR_BUTTONLIGHT
        System color for light button.
      SYSCLR_BUTTONMIDDLE
        System color for middle button.
      SYSCLR_BUTTONDARK
        System color for dark button.
      SYSCLR_BUTTONDEFAULT
        System color for default button.
      SYSCLR_TITLEBOTTOM
        System color for title bottom.
      SYSCLR_SHADOW
        System color for shadow.
      SYSCLR_ICONTEXT
        System color for icon text.
      SYSCLR_DIALOGBACKGROUND
        System color for dialog background.
      SYSCLR_HILITEFOREGROUND
        System color for highlighted foreground.
      SYSCLR_HILITEBACKGROUND
        System color for highlighted background.
      SYSCLR_TITLETEXT
        System color for title text.
      SYSCLR_INACTIVETITLETEXTBGND
        System color for inactive title text background.
      SYSCLR_ACTIVETITLETEXTBGND
        System color for active title text background.
      SYSCLR_INACTIVETITLETEXT
        System color for inactive title text.
      SYSCLR_ACTIVETITLETEXT
        System color for active title text.
      SYSCLR_OUTPUTTEXT
        System color for output text.
      SYSCLR_WINDOWSTATICTEXT
        System color for static window text.
      SYSCLR_SCROLLBAR
        System color for scroll bar.
      SYSCLR_BACKGROUND
        System color for background.
      SYSCLR_ACTIVETITLE
        System color for active title.
      SYSCLR_INACTIVETITLE
        System color for inactive title.
      SYSCLR_MENU
        System color for a menu.
      SYSCLR_MENUTEXT
        System color for menu text.
      SYSCLR_WINDOW
        System color for a window.
      SYSCLR_WINDOWTEXT
        System color for window text.
      SYSCLR_WINDOWFRAME
        System color for a window frame.
      SYSCLR_ACTIVEBORDER
        System color for active border.
      SYSCLR_INACTIVEBORDER
        System color for inactive border.
      SYSCLR_APPWORKSPACE
        System color for application work space.
      SYSCLR_HELPBACKGROUND
        System color for help background.
      SYSCLR_HELPTEXT
        System color for help text.
      SYSCLR_HELPHILITE
        System color for help highlighting.


      [Back] [Next]