imagebackground Method

Purpose:

Sets the backround to an image instead of a solid color.

Syntax:

but.imagebackground = filename

Comments:

This method only applies to controls that are visible and have a draw method.

Example:

but.imagebackground = "42.png"