button background color

fdx12345

Active Member
Licensed User
Longtime User
How do I set the background color of a button and were can I find the numbers associate with specific colors (ie blue, red, green, ect)?


Bill
 

alfcen

Well-Known Member
Licensed User
Longtime User
In my believe using the Designer is least painful. There are so many options at your choice and no additional coding required for the configuration.
 
Upvote 0

fdx12345

Active Member
Licensed User
Longtime User
the Color parameter

I discoverd the Color parameter but was having trouble getting it to work due to trying to assign it to the button background as in button1.background=color.blue

Now I see how to handle the color and thanks for showing me were the color variables are located.

Bill
 
Upvote 0
Top