Property | Type | Description |
type |
string |
There are currently 7 different types. 1) text 2) image 3) topimage (image above text) 4) rightimage 5) leftimage 6) bottomimage 7) textoverimage (text over image background) |
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. |
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. |
clickimage |
string |
The ObjectSystem pathname of the image to be shown when the user clicks the imagebutton. Defaults to 'image' if not specified. |
disabledimage |
string |
The ObjectSystem pathname of the image to be shown when the imagebutton is disabled. Defaults to 'image' if not specified. |
image |
string |
The pathname of the image to be shown when the button is "idle". |
pointimage |
string |
The pathname of the image to be shown when the button is pointed-to. Defaults to the 'image' if not specified. |