Item-Background-Color
This numeric property is used to set or retrieve the background 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
...
procedure division.
...
  modify screen-1-tv-1 item 1 item-background-color 14
...