Selection-Foreground-Color
This property allows you to set or retrieve the foreground color of the currently selected row.
By default the selection foreground color is assigned by the LAF. If you inquire this default color, the color is returned as an RGB value expressed by a negative number, therefore you should use signed data-items to inquire this property.
See "Color management" for further details.
 
Example - Retrieve the selection foreground color
procedure division.
...
   inquire screen-1-lb-1 selection-foreground-color w-color
...