closed
Public

Is there a way to set a button with multiple images – one for when it’s clicked and one for when it’s not?

1 answer

Hi Asher,

The style for different states of button is defined in UI theme. The Ui theme could be customized by the newly released UI Theme Editor plugin (http://www.foreui.com/store/view.php?…). If you don’t want to override the default button style, you could create a sub style for your button.

Another possible solution is to use multiple ImageBox elements and overlap them together, and make sure only one of them are visible at a time. You will need to handle “Mouse Over” and “Mouse Out” events and show/hide elements in the event handlers.

#1

This question is now closed