Item-Color
This property allows you to set or retrieve the color of the chip identified by the
Item property. Foreground and background color values are combined and therefore RGB colors are not supported. See "
Color management" for further details.
Example - Change the color of a chip in the chips-box
working-storage section. 77 wk-item pic 9(2). ... procedure division. ... modify screen-1-chip-1 item = wk-item item-color 481 . ... |