Color
This property allows you to set or retrieve the color of the Push-Button control. Foreground and background color values are combined and therefore RGB colors are not supported. See "Color management" for further details.
 
Example - Define a push-button with background and foreground color on the same property
screen section.
...
  03 screen-1-pb-2 Push-Button
     line 5.2
     column 18.3
     size 9.3 cells 
     lines 2.4 cells 
     color 164
     id 2
     title "Accept"
     .
Note - Using the Windows Look and Feel, the background color is shown only if the button has the Flat style.