
The colors of a button can be set handily:
backcolor for the button background
forecolor for the text
hilitecolor for the background when clicked
but I seem to miss the property for text color when a button is clicked.
In this case text should be white on a red button when idle and red on a black button when clicked.
Or do I have to change that color in the mouse down and up events of the buttons?