Options for specifying the events (user actions) that change a button's state.
Static Properties
| Name | Description |
|---|---|
| DOWN | The mouse pointer is clicked on the button's area. |
| DOWN_OFF | Down off state. |
| DOWN_ON | Down on state. |
| ROLLOVER | The mouse pointer moves into the button's area. |
| ROLLOVER_OFF | Rollover off state. |
| ROLLOVER_ON | Rollover on state. |
| UP | The default appearance, used when there is no user activity on the button's area. |
| UP_OFF | Up off state. |
| UP_ON | Up on state. |