ColorButton
The EWC implementation of ⎕WC class ColorButton has some degree of support for:
| Properties | |||
|---|---|---|---|
| Active | Caption | Event | *Size |
| Align | CssClass | OtherButton | *State |
| Attach | CurrentColor | Picture | Style |
| CSS | Data | *Posn | Visible |
* indicates that the property can change after it has been set.
| Events | |||
|---|---|---|---|
| Change | KeyPress | MouseLeave | Select |
| ColorChange | MouseDown | MouseMove | |
| GotFocus | MouseEnter | MouseUp |
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.