Background
Text
Disabled background
Disabled text
Highlight background
Highlight text
Light border
Dark border
Light border 2
Dark border 2
Arrow
Light arrow border
Dark arrow border
Light check mark
Middle check mark
Dark check mark
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BACKGROUND │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_MENUBACKGROUNDCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_MENU │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_FOREGROUND │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_MENUFOREGROUNDCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_MENUTEXT │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │Pure RGB color. │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_DISABLEDBACKGROUND │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_MENUDISABLEDBGNDCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_MENU │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_DISABLEDFOREGROUND │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_MENUDISABLEDFGNDCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_MENUDISABLEDTEXT │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │Pure RGB color. │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_HIGHLIGHTBACKGROUND │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_MENUHILITEBGNDCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_MENUHILITEBGND │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_HIGHLIGHTFOREGROUND │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_MENUHILITEFGNDCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_MENUHILITE │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │Pure RGB color. │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BORDERLIGHT │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BORDERLIGHTCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_WHITE │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BORDERDARK │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BORDERDARKCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_DARKGRAY │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │RGB_DARKGRAY not defined in │ │ │OS/2 header files. Its value │ │ │is 0x00808080. │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BORDER2LIGHT │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BORDER2LIGHTCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_DARKGRAY │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │RGB_DARKGRAY not defined in │ │ │OS/2 header files. Its value │ │ │is 0x00808080. │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BORDER2DARK │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BORDER2DARKCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_BLACK │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_ARROW │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_ARROWCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_DARKGRAY │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │RGB_DARKGRAY not defined in │ │ │OS/2 header files. Its value │ │ │is 0x00808080. │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_ARROWBORDERLIGHT │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_ARROWBORDERLIGHTCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_WHITE │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_ARROWBORDERDARK │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_ARROWBORDERDARKCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_BLACK │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_CHECKLIGHT │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_CHECKLIGHTCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_WHITE │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_CHECKMIDDLE │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_CHECKMIDDLECOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_DARKGRAY │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │RGB_DARKGRAY not defined in │ │ │OS/2 header files. Its value │ │ │is 0x00808080. │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_CHECKDARK │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_CHECKDARKCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_BLACK │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘