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