→ Boolean
Registers an event handler for a particular type of event occuring in this element.
A horizontal bar with an indicator that shows the progress of an operation.
| Name | Type | Access | Description |
|---|---|---|---|
| String | read/write | The alignment style for this element. If defined, this value overrides the alignChildren setting for the parent container. | |
| Bounds | read/write | The boundaries of the element, in parent-relative coordinates. | |
| Object[] | readonly | An array of child elements. | |
| Boolean | read/write | True if this element is enabled. | |
| ScriptUIGraphics | readonly | The graphics object that can be used to customize the element's appearance, in response to the onDraw() event. | |
| String | read/write | The help text that is displayed when the mouse hovers over the element. | |
| Number 0– | read/write | The number of pixels to indent the element during automatic layout. | |
| Point | read/write | The upper left corner of this element relative to its parent. | |
| Dimension | read/write | The maximum height and width to which the element can be resized. | |
| Number | read/write | The maximum value in the range. Default is 100. | |
| Dimension | read/write | The minimum height and width to which the element can be resized. | |
| Number | read/write | The minimum value in the range; always 0. If set to a different value, it is ignored. | |
| — | readonly | The parent element. | |
| Dimension | read/write | The preferred size, used by layout managers to determine the best size for each element. | |
| Object | read/write | An object that contains one or more creation properties of the container (properties used only when the element is created). | |
| Dimension | read/write | The current dimensions of this element. | |
| String | readonly | The element type, "progessbar". | |
| Number | read/write | The current position of the indicator. | |
| Boolean | read/write | True if this element is shown, false if it is hidden. | |
| Window | readonly | The window that this element belongs to. | |
| Bounds | readonly | The bounds of this element relative to the top-level parent window. |
Registers an event handler for a particular type of event occuring in this element.
Simulates the occurrence of an event in this target.
Hides this element.
An event-handler callback function, called when the window is about to be drawn.
Unregisters an event handler for a particular type of event occuring in this element.
Shows this element.