isCOBOL Evolve : User Interface : Controls Reference : IWC-PANEL : 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 an iwc-panel with low background and bold foreground
screen section.
...
  03 screen-1-ip-1 iwc-panel
     line 5.1
     column 4.5
     size 33.5 cells 
     lines 25.1 cells 
     background-low
     bold
     id 1
     js-name "f-map"
     .
...