An accessibility object of the table role includes the following attributes as shown in Table B-38:
Attribute | Required | Type | Description |
|---|---|---|---|
Parent | Yes | UIElement | Accessibility object representing the table’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 table’s containing window |
Top-Level UIElement | Yes | UIElement | Accessibility object representing the table’s containing window, sheet, or drawer |
Columns | Yes | UIElement array | Accessibility objects representing the table’s columns |
Rows | Yes | UIElement array | Accessibility objects representing the table’s rows |
Help | No | String | Help-tag text for the table |
Enabled | Yes | Boolean |
|
Focused | Yes | Boolean |
|
Children | Yes | UIElement array | Accessibility objects representing the columns, rows, and headers |
Header | Yes | UIElement | Accessibility object representing the table headers |
Visible Columns | Yes | UIElement array | Accessibility objects representing currently visible columns |
Selected Columns | Yes | UIElement array | Accessibility objects representing currently selected columns |
Visible Rows | Yes | UIElement array | Accessibility objects representing currently visible rows |
Selected Rows | Yes | UIElement array | Accessibility objects representing currently selected rows |
Last updated: 2008-03-11