Selection-Color
This property allows you to set or retrieve the color of the currently selected row.
See "Color management" for further details.
 
Example - Retrieve the selection color
procedure division.
...
   inquire screen-1-lb-1 selection-color w-color
...