Item-Color
This numeric property is used to set or retrieve the color of an item identified by the Item property. See "Color management" for further details.
 
Example - Modify the color of a specific item of a tree-view to be background yellow and foreground black
...
procedure division.
...
  modify screen-1-tv-1 item 1 item-color 481
...