Background
Text
Border
Light border
Dark border
Disabled border
Disabled light border
Disabled dark border
Button background
Button light border
Button dark border
Arrow/tick marks
Disabled arrow/tick marks
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BACKGROUND │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BACKGROUNDCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_FIELDBACKGROUND │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_FOREGROUND │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_FOREGROUNDCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_WINDOWTEXT │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BORDER │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BORDERCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_BLACK │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │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_BORDER2 │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BORDER2COLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_BUTTONMIDDLE │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BORDER2LIGHT │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BORDER2LIGHTCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_WHITE │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BORDER2DARK │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BORDER2DARKCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_BUTTONMIDDLE │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BUTTONBACKGROUND │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BUTTONBACKGROUNDCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_BUTTONMIDDLE │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BUTTONBORDERLIGHT │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BUTTONBORDERLIGHTCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_BUTTONLIGHT │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_BUTTONBORDERDARK │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_BUTTONBORDERDARKCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_BUTTONDARK │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_ARROW │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_ARROWCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │RGB_BLACK │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘
┌──────────────────────────────┬──────────────────────────────┐ │Control Color Index │CCI_DISABLEDARROW │ ├──────────────────────────────┼──────────────────────────────┤ │Presentation Parameter │PP_ARROWDISABLEDCOLOR │ ├──────────────────────────────┼──────────────────────────────┤ │System Default │SYSCLR_BUTTONDARK │ ├──────────────────────────────┼──────────────────────────────┤ │Remarks │None │ └──────────────────────────────┴──────────────────────────────┘