i want create shaped button with any shape, for example triangular button, circle button ecc
the button, get 5 parameter
-image
-image on muose over
-image on clik
-image on disable
-image mask (black and white) or trasparent color
for example if i want circular button, i give at the button this property:
-image: image with orange circle and white background
-mouseover: image with red cirle and white bg
-click: img with blu circle and white bg
-disable: img with gray circle and white bg
-mask: black circle in white bg or transparent color=white
now, in my form i have a circular orange button.
but button work only if i click inside the circle.
i think, for create this control must use a region.
and with this contol we are able to create button with any form.
excuse me for my english
regards