A collection of close window behavior objects.
|
Method
|
Returns
|
Description
|
|
add
|
CloseWindowBehavior
|
Create a new close window behavior.
|
|
anyItem
|
Object
|
Returns any close window behavior.
|
|
firstItem
|
Object
|
Returns the first close window behavior.
|
|
itemByID
|
Object
|
Returns the close window behavior with the specified ID.
|
|
itemByRange
|
Objects
|
Returns the close window behaviors within the specified range.
|
|
lastItem
|
Object
|
Returns the last close window behavior.
|
|
middleItem
|
Object
|
Returns the middle close window behavior.
|
|
nextItem
|
Object
|
Returns the next close window behavior.
|
|
previousItem
|
Object
|
Returns the previous close window behavior.
|