A close window behavior object.
|
Property
|
Type
|
Access
|
Description
|
|
enableBehavior
|
Boolean
|
r/w
|
If true, the behavior is enabled.
|
|
event
|
BehaviorEvents enumeration
|
r/w
|
The event which triggers the behavior.
|
|
id
|
Long
|
read
|
A unique number identifying the object.
|
|
index
|
Long
|
read
|
Index of the object within its parent object.
|
|
label
|
String
|
r/w
|
A label that can be set to any string.
|
|
name
|
String
|
read
|
The name of the object.
|
|
parent
|
Object
|
read
|
The parent of the object.
|
|
properties
|
An array of property names and values
|
r/w
|
Property that allows setting of several properties at the same time.
|