GotoNextViewBehaviors
A collection of goto next view bhavior objects.
GotoNextViewBehaviors Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of GotoNextViewBehaviors. |
| Item |
Object |
read |
Returns the GotoNextViewBehavior with the specified index or name as Long or String. |
GotoNextViewBehaviors Methods
| Method |
Returns |
Description |
| Add |
GotoNextViewBehavior |
Create a new GotoNextViewBehavior. |
| AnyItem |
Object |
Returns any GotoNextViewBehavior. |
| FirstItem |
Object |
Returns the first GotoNextViewBehavior. |
| ItemByID |
Object |
Returns the GotoNextViewBehavior with the specified ID. |
| ItemByRange |
Objects |
Returns the GotoNextViewBehaviors within the specified range. |
| LastItem |
Object |
Returns the last GotoNextViewBehavior. |
| MiddleItem |
Object |
Returns the middle GotoNextViewBehavior. |
| NextItem |
Object |
Returns the next GotoNextViewBehavior. |
| PreviousItem |
Object |
Returns the previous GotoNextViewBehavior. |