GotoPreviousViewBehaviors
A collection of goto previous view behavior objects.
GotoPreviousViewBehaviors Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the goto previous view behavior with the specified index or name. |
| length |
Long |
read |
The number of goto previous view behaviors in the collection. |
GotoPreviousViewBehaviors Methods
| Method |
Returns |
Description |
| add |
GotoPreviousViewBehavior |
Create a new goto previous view behavior. |
| anyItem |
Object |
Returns any goto previous view behavior. |
| firstItem |
Object |
Returns the first goto previous view behavior. |
| itemByID |
Object |
Returns the goto previous view behavior with the specified ID. |
| itemByRange |
Objects |
Returns the goto previous view behaviors within the specified range. |
| lastItem |
Object |
Returns the last goto previous view behavior. |
| middleItem |
Object |
Returns the middle goto previous view behavior. |
| nextItem |
Object |
Returns the next goto previous view behavior. |
| previousItem |
Object |
Returns the previous goto previous view behavior. |