An accessibility object of the radio button role includes the following attributes as shown in Table B-24:
Attribute | Required | Type | Description |
|---|---|---|---|
Parent | Yes | UIElement | Accessibility object representing the radio button’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 radio button’s containing window |
Top-Level UIElement | Yes | UIElement | Accessibility object representing the radio button’s containing window, sheet, or drawer |
Help | No | String | Help-tag text for the radio button |
Enabled | Yes | Boolean |
|
Focused | Yes | Boolean |
|
Title | Yes | String | Visible title of the radio button. Not required if the radio button does not display a title in its visible interface. |
Value | Yes | Number | Value of the radio button (on is |
Description | No | String | Human-intelligible description of the radio button. Required if the radio button does not display a title. |
An accessibility object of the button role supports the following action:
Press. When the press action is performed, the button is clicked.
Last updated: 2008-03-11