Adobe InCopy CS5.5 (7.5) Object Model JS: StateTypes
From InCopy CS5.5
Options for specifying the events (user actions) that change a button's state.
Value
| Name | Description | Value |
|---|---|---|
| StateTypes.DOWN | The mouse pointer is clicked on the button's area. | 1181971556 = 'Fstd' |
| StateTypes.ROLLOVER | The mouse pointer moves into the button's area. | 1181971574 = 'Fstv' |
| StateTypes.UP | The default appearance, used when there is no user activity on the button's area. | 1181971566 = 'Fstn' |
Usage
As property
State.statetype
| Jongware, 29-Apr-2012 v3.0.3i | Contents :: Index |