An accessibility object of the splitter role is a splitter bar. This object includes the following attributes as shown in Table B-35:
Attribute | Required | Type | Description |
|---|---|---|---|
Parent | Yes | UIElement | Accessibility object representing the splitter’s parent |
Position | Yes | Point value | Structure containing screen-position coordinates |
Size | Yes | Size value | Structure containing width and height values |
Help | No | String | Help-tag text for the splitter |
Window | Yes | UIElement | Accessibility object representing the splitter’s containing window |
Top-Level UIElement | Yes | UIElement | Accessibility object representing the splitter’s containing window, sheet, or drawer |
Focused | Yes | Boolean |
|
Value | Yes | Number | Numerical value representing the position of the splitter bar |
Min Value | Yes | Number | Numerical value representing the position of the splitter bar associated with revealing the smallest portion of the view |
Max Value | Yes | Number | Numerical value representing the position of the splitter bar associated with revealing the largest portion of the view |
Previous Contents | Yes | UIElement array | Accessibility objects representing the objects on one side of the splitter bar (side is determined by orientation) |
Next Contents | Yes | UIElement array | Accessibility objects representing the objects on one side of the splitter bar (side is determined by orientation) |
Orientation | Yes | String | Horizontal or vertical orientation of splitter bars; see framework-specific reference documentation for string constant definitions |
Last updated: 2008-03-11