isCOBOL Evolve : User Interface : Controls Reference : SCROLL-BAR : Styles : { Background-High | Background-Low | Background-Standard }
{ Background-High | Background-Low | Background-Standard }
Background-High
The background color is forced to be bright.
Background-Low
The background color is forced not to be bright.
Background-Standard
The background color is left unchanged, the default.
Setting this style with RGB colors has no effect. See "Color management" for further details.
 
Example - Define a scroll-bar with low background and bold foreground
screen section.
...
  03 screen-1-sb-1 Scroll-Bar
     line 2.8
     column 25.7
     size 2.0 cells 
     lines 28.9 cells 
     help-id 1036
     id 10
     background-low
     bold
     .