How to create an image button
You need to draw the button yourself if you want to create an image button. Set the paint handler of a button, then you can draw the button yourself. In the paint handler of the button, just draw the button image on the canvas.
And you can download the sample from:
ButtonWithPicture.zip