An accessibility object of the list role includes the following attributes as shown in Table B-15:
Attribute | Required | Type | Description |
|---|---|---|---|
Parent | Yes | UIElement | Accessibility object representing the list’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 list’s containing window |
Top-Level UIElement | Yes | UIElement | Accessibility object representing the list’s containing window, sheet, or drawer |
Help | No | String | Help-tag text for the list |
Enabled | Yes | Boolean |
|
Focused | Yes | Boolean |
|
Children | Yes | UIElement array | Accessibility objects representing the members of the list |
Visible Children | Yes | UIElement array | Accessibility objects representing the currently visible members of the list |
Selected Children | Yes | UIElement array | Accessibility objects representing the currently selected members of the list |
Orientation | Yes | String | Horizontal or vertical orientation of the list; see framework-specific reference documentation for string constant definitions |
Last updated: 2008-03-11