quote:
Originally posted by markee
A simple work around is to have an image control with a fully transparent button control sitting on top. This way you can change the image easily while still having the button (you just lose the effects of what a button looks like when pressed).
Or to keep the state effects, use CustomLook in the button control to add an ImageElement that you can then change the image of. (I haven't tested this but in theory it should work... )