isCOBOL Evolve : User Interface : Controls Reference : PUSH-BUTTON : 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 push-button with bold foreground and high background styles
screen section.
...
  03 screen-1-pb-2 Push-Button
     line 5.2
     column 18.3
     size 93
     lines 24
     id 2
     background-high
     bold
     title "Disable"
     .