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