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