An accessibility object of the scroll area role includes the following attributes as shown in Table B-30:
Attribute | Required | Type | Description |
|---|---|---|---|
Parent | Yes | UIElement | Accessibility object representing the scroll area’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 scroll area’s containing window |
Top-Level UIElement | Yes | UIElement | Accessibility object representing the scroll area’s containing window, sheet, or drawer |
Help | No | String | Help-tag text for the scroll area |
Enabled | Yes | Boolean |
|
Focused | Yes | Boolean |
|
Children | Yes | UIElement array | Accessibility objects representing the table or list and scroll bars |
Contents | Yes | UIElement array | Accessibility objects representing the table or list displayed in the scroll area |
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