Button
The EWC implementation of ⎕WC class Button has some degree of support for:
| Properties | |||
|---|---|---|---|
| Active | Caption | *Posn | Visible |
| Align | CssClass | *Size | |
| Attach | Event | *State | |
| CSS | Picture | Style |
* indicates that the property can change after it has been set.
| Events | |||
|---|---|---|---|
| Change | MouseDown | MouseLeave | MouseUp |
| KeyPress | MouseEnter | MouseMove | Select |
NB: Links above are to the complete ⎕WC documentation
Known Limitations
The Picture property must refer to a file which resides in one of the folders
defined in the EWC.RESOURCES array. See Images
for more information.