Foreground-Color
This property allows you to set or retrieve the foreground color of the List-Box control. See "Color management" for further details.
 
Example - Define a list-box with foreground and background color
screen section.
...
  03 screen-1-lb-1 List-Box
     line 7.6
     column 5.8
     size 28.2 cells 
     lines 19.8 cells 
     background-color 3
     foreground-color 7
     id 1
     .