An accessibility object of the slider role includes the following attributes as shown in Table B-33:
Attribute | Required | Type | Description |
|---|---|---|---|
Parent | Yes | UIElement | Accessibility object representing the slider’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 slider’s containing window |
Top-Level UIElement | Yes | UIElement | Accessibility object representing the slider’s containing window, sheet, or drawer |
Help | No | String | Help-tag text for the slider |
Enabled | Yes | Boolean |
|
Focused | Yes | Boolean |
|
Value | Yes | Number | The value associated with the position of the slider thumb (an object of the value indicator role) |
Children | Yes | UIElement array | Accessibility object representing the slider’s thumb (an object of the value indicator role) |
Min Value | Yes | Number | The smallest numerical value the slider can have |
Max Value | Yes | Number | The largest numerical value the slider can have |
Allowed Values | No | Number array | Array of specific values the slider can have |
An accessibility object of the slider role supports the following actions:
Increment. When the increment action is performed, the slider increments to the next allowed value.
Decrement. When the decrement action is performed, the slider decrements to the next allowed value.
Last updated: 2008-03-11