Property | Type | Description |
background |
string |
A background image for the button. |
bgcolor |
string |
A color, RGB or named, to be used as the button's background.If neither bgcolor nor background are specified, the button is transparent. |
disable_color |
string |
A color, RGB or named, to be used for the button's text when it is disabled. |
enabled |
yes/no or expr |
Whether the button is enabled (can be clicked). Default is 'yes'. Also supports dynamic runclient() expressions allowing the enabled status of the button to follow the value of an expression. |
fgcolor1 |
string |
A color, RGB or named, for the text on the button. Default "white". |
fgcolor2 |
string |
A color, RGB or named, for the text's 1-pixel drop-shadow. Default "black". |
height |
integer |
height, in pixels, of the text button. |
text |
string |
The text to appear on the button. This may be a dynamic runclient() expression to dynamically change the button's text. |
tristate |
yes/no |
Whether or not the button is tri-state (does not display a raised border until the user points at it). Default is yes. |
width |
integer |
The width, in pixels, of the text button. |
x |
integer |
x-coordinate of the upper left corner of the button, relative to its container. |
y |
integer |
y-coordinate of the upper left corner of the button, relative to its container. |