An accessibility object of the browser role includes the following attributes as shown in Table B-2:
Attribute | Required | Type | Description |
|---|---|---|---|
Parent | Yes | UIElement | Accessibility object representing the browser’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 browser’s containing window |
Top-Level UIElement | Yes | UIElement | Accessibility object representing the browser’s containing window, sheet, or drawer |
Columns | Yes | UIElement array | Accessibility objects representing the browser’s columns |
Help | No | String | Help-tag text for the browser |
Enabled | Yes | Boolean |
|
Focused | Yes | Boolean |
|
Children | Yes | UIElement array | Accessibility objects representing the columns, titles, and scroll area |
Header | Yes | UIElement | Accessibility object representing the browser’s headers |
Column Titles | Yes | UIElement array | Accessibility objects representing the titles of the columns |
Visible Columns | Yes | UIElement array | Accessibility objects representing currently visible columns |
Selected Columns | Yes | UIElement array | Accessibility objects representing currently selected columns |
Horizontal Scroll Bar | No | UIElement | Accessibility object representing the horizontal scroll bar (if one exists) |
Vertical Scroll Bar | No | UIElement | Accessibility object representing the vertical scroll bar (if one exists) |
Last updated: 2008-03-11