A collection of behavior objects.
|
Method
|
Returns
|
Description
|
|
AnyItem
|
Object
|
Returns any Behavior.
|
|
FirstItem
|
Object
|
Returns the first Behavior.
|
|
ItemByID
|
Object
|
Returns the Behavior with the specified ID.
|
|
ItemByRange
|
Objects
|
Returns the Behaviors within the specified range.
|
|
LastItem
|
Object
|
Returns the last Behavior.
|
|
MiddleItem
|
Object
|
Returns the middle Behavior.
|
|
NextItem
|
Object
|
Returns the next Behavior.
|
|
PreviousItem
|
Object
|
Returns the previous Behavior.
|