| Search Locate Previous Next | Contents |
Description
Used to place a captioned icon on a form. The Icon variable can be an array of bits (16-colour) or the name of a .ICO file (in quotes).
To get transparency, the var should be shaped [2;32;32] where the second plane is 1 for transparent, 0 for solid. Two-dimensional arrays are acceptable, but are shown solid.
The caption is written centred underneath in small text. It will be wrapped so as to make each wrapped line approximately the same length.
Class Property Table
| Name | Type | Default | Description |
| Hint | String | ||
| Style | ManyOf | ||
| Icon | Runtime | Bits array or file name |