An accessibility object of the progress indicator role represents the determinate progress bar (an indeterminate progress bar or asynchronous progress indicator is represented by an object of the busy indicator role, discussed in “Busy Indicator Role”). This object includes the following attributes as shown in Table B-23:
Attribute | Required | Type | Description |
|---|---|---|---|
Parent | Yes | UIElement | Accessibility object representing the progress indicator’s parent |
Position | Yes | Point value | Structure containing screen-position coordinates |
Size | Yes | Size value | Structure containing width and height values |
Window | Yes | UIElement | Accessibility object representing the progress indicator’s containing window |
Top-Level UIElement | Yes | UIElement | Accessibility object representing the progress indicator’s containing window, sheet, or drawer |
Help | No | String | Help-tag text for the progress indicator |
Focused | Yes | Boolean |
|
Value | Yes | Number | The current numerical value associated with the fill of the progress bar |
Min Value | Yes | Number | The smallest numerical value that can be associated with the fill of the progress bar (typically |
Max Value | Yes | Number | The largest numerical value that can be associated with the fill of the progress bar (typically |
Last updated: 2008-03-11