Item-Background-Color
This property allows you to set or retrieve the background color of the list-box item identified by the
Query-Index property.
Example - Change the third item of a list box to be white text on blue background
procedure division. ... modify screen-1-lb-1 query-index 3 modify screen-1-lb-1 item-background-color 9 item-foreground-color 15 ... |