| Default/Cancel |
standard default/cancel properties |
| ImagePos |
Position of the image when having Picture + Caption |
| Picture |
the associated image (optional) |
| Pressed |
is the control pressed? (see the Tristate property) |
| ShowFocus |
show the focus rectangle? |
| TransparencyType |
choose from 3 values: -1- No Transparency 0- By Coords, threats the color at coordinates (xTranspColor, yTranspColor) as transparent 1- By Color, threats the color TransparentColor as transparent |
| TransparentColor |
the color to threat as transparent when using TransparencyType=ByColor |
| DblClickEvent |
permits you to enable the dblclick event on buttons (disabled by default starting from version 2.7) |
| Tristate |
has the control 3 states like a checkbox? |
| yTranspColor / xTranspColor |
coordinates of the transparent color in the image when using TransparencyType=ByCoords |