views:

8

answers:

0

I define some new button style. The style default background is image X.bmp and when on 'mouseOver' is true the image is changing to Y.bmp

I have 10 buttons on the code that need to use this style - and each of the button need to show different image as default different image on 'mouseOver' event.

I can set the bitmap on each button on the button constructor - but i don't know how to set the image in this case on the style definition level.

Someone can help here ?