Adobe InDesign CS3 (5.0) Object Model JS: StateTypes
From InDesign CS3
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, 27-Jun-2010 v3.0.3d | Contents :: Index |