colorborder Method
Purpose:
Sets the color to draw an object border.
Syntax:
but.colorborder = color
where color is a RGBA value.
Comments:
This method only applies to controls that have a border.
Example:
but.colorborder = RED
.