colorbackground Method
Purpose:
Sets the color to draw an object background.
Syntax:
but.colorbackground = color
where color is a RGBA value.
Comments:
This method only applies to controls that are visible and have a draw method.
Example:
but.colorbackground = BLUE
.