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