I see how to change size, text color, but why can't I change the backgroud color of a command button?
Background color of a Command Button changeable?
Collapse
X
-
Originally posted by emandelI see how to change size, text color, but why can't I change the backgroud color of a command button?
Mary -
Originally posted by emandelI see how to change size, text color, but why can't I change the backgroud color of a command button?
You can use the Transparent option though, with something like a coloured Label behind it. This keeps all the facilities of the Command Button available, but requires the addition of an extra control (unless you just wanted to make it show the same background as already on the form).Comment
Comment