An accessibility object of the incrementor role represents the stepper control (the little arrows). This object includes the following attributes as shown in Table B-14:
Attribute | Required | Type | Description |
|---|---|---|---|
Parent | Yes | UIElement | Accessibility object representing the incrementor’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 incrementor’s containing window |
Top-Level UIElement | Yes | UIElement | Accessibility object representing the incrementor’s containing window, sheet, or drawer |
Help | No | String | Help-tag text for the incrementor |
Enabled | Yes | Boolean |
|
Focused | Yes | Boolean |
|
Children | Yes | UIElement array | Accessibility objects representing the up and down arrows in the stepper control |
Increment Button | Yes | UIElement | Accessibility object representing the up arrow |
Decrement Button | Yes | UIElement | Accessibility object representing the down arrow |
An accessibility object of the incrementor role supports the following actions:
Increment. When the increment action is performed, the value in the text field or other view associated with the stepper control increments to the next allowed value.
Decrement. When the decrement action is performed, the value in the text field or other view associated with the stepper control decrements to the next allowed value.
Last updated: 2008-03-11