ViewZoomBehaviors

A collection of view zoom behavior objects.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

ViewZoomBehavior [] (index:Number)

Returns the ViewZoomBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

ViewZoomBehavior add (withProperties:Object)

Creates a new ViewZoomBehavior.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new ViewZoomBehavior (Optional)

ViewZoomBehavior anyItem ()

Returns any ViewZoomBehavior in the collection.

Number count ()

Displays the number of elements in the ViewZoomBehavior.

ViewZoomBehavior everyItem ()

Returns every ViewZoomBehavior in the collection.

ViewZoomBehavior firstItem ()

Returns the first ViewZoomBehavior in the collection.

ViewZoomBehavior item (index:Varies LongInteger String)

Returns the ViewZoomBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

ViewZoomBehavior itemByID (id:Number)

Returns the ViewZoomBehavior with the specified ID.

Parameter

Type

Description

id

Number

The ID.

ViewZoomBehavior itemByName (name:String)

Returns the ViewZoomBehavior with the specified name.

Parameter

Type

Description

name

String

The name.

ViewZoomBehavior itemByRange (from:Varies LongInteger ViewZoomBehavior String, to:Varies LongInteger ViewZoomBehavior String)

Returns the ViewZoomBehaviors within the specified range.

Parameter

Type

Description

from

LongInteger

ViewZoomBehavior

String

The ViewZoomBehavior, index, or name at the beginning of the range. Can accept: ViewZoomBehavior, Long Integer or String.

to

LongInteger

ViewZoomBehavior

String

The ViewZoomBehavior, index, or name at the end of the range. Can accept: ViewZoomBehavior, Long Integer or String.

ViewZoomBehavior lastItem ()

Returns the last ViewZoomBehavior in the collection.

ViewZoomBehavior middleItem ()

Returns the middle ViewZoomBehavior in the collection.

ViewZoomBehavior nextItem (obj:ViewZoomBehavior)

Returns the ViewZoomBehavior whose index follows the specified ViewZoomBehavior in the collection.

Parameter

Type

Description

obj

ViewZoomBehavior

The ViewZoomBehavior whose index comes before the desired ViewZoomBehavior.

ViewZoomBehavior previousItem (obj:ViewZoomBehavior)

Returns the ViewZoomBehavior with the index previous to the specified index.

Parameter

Type

Description

obj

ViewZoomBehavior

The index of the ViewZoomBehavior that follows the desired ViewZoomBehavior.

String toSource ()

Generates a string which, if executed, will return the ViewZoomBehavior.

Object of

Button.viewZoomBehaviors

CheckBox.viewZoomBehaviors

ComboBox.viewZoomBehaviors

ListBox.viewZoomBehaviors

RadioButton.viewZoomBehaviors

TextBox.viewZoomBehaviors

SignatureField.viewZoomBehaviors