Bitmap Style Designer: different font colors for different button state

190 views Asked by At

I want to create custom window vsf style for my Inno Setup installer, where I need to change buttons font color depending on its state: focused, clicked or hovered. Is it possible by customizing style in embarcadero Bitmap Style Designer?

I've tried to use TseTextObject as a Button:

enter image description here

But have no luck, as text on the button seems independed:

With TseTextObject as a Button Without button style

TseTextObject as a Button and Without button style

0

There are 0 answers