I need to create an Image Button for my application like web-oriented style. I have an image 20x20 pixel and want an image button with the same dimension of the image.
I
You don't even need to use a Button.
You can hook the MouseLeftButtonUp event on the Image control.