|
|
Title | Make a button with colored text |
Keywords | command button, CommandButton, button, caption, colored text |
Categories | Controls |
|
|
The CommandButton does not have a ForeColor property so you cannot set its color that way. Instead, create a bitmap holding the text you want to display in the color you want. Set the button's Picture property to this bitmap, its Style property to Graphical, and its Caption property to "".
|
|
Formatted by
Neil Crosby
|
|
|
|
|
|