A collection of view zoom behavior objects.
view zoom behavior Properties
| Property | Type | Access | Description |
|---|---|---|---|
| behavior event | mouse up, mouse down, mouse enter, mouse exit, on focus, on blur, |
r/w | The event which triggers the behavior. |
| class | type | read | The class descriptor type. |
| enable behavior | boolean | r/w | If true, the behavior is enabled. |
| id | integer | read | The unique ID of the view zoom behavior. |
| index | integer | read | The index of the view zoom behavior within its containing object. |
| label | text | r/w | A property that can be set to any string. |
| name | text | read | The name of the view zoom behavior. |
| object reference | view zoom behavior | read | An object reference for the object. |
| parent | specifier | read | The parent of the view zoom behavior (a form field or button). Can return: form field or button. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| view zoom style | full screen, zoom in, zoom out, fit page, actual size, fit width, fit visible, reflow, single page, one column, two column, rotate CW, rotate CCW, |
r/w | The view zoom style. |