accRadioButton Property


object = accRadioButton(wndID);

Will search for a child accessible object having the ROLE_SYSTEM_RADIOBUTTON role.

Parameters

wndID
Optional. Either an integer as the zero-based index of the child with the specified role, or a string containing the child name. The string can be a regular expression. Default value is 0.

Remarks

Represents a radio button in a group of buttons. The accName property returns the text displayed with the radio button. Its default action (accDoDefaultAction) is to check the button. The current state can be determined using accIsChecked.

See also

wnd Overview | MS Accessibility

 


© 2003 Lightweight Technologies. All rights reserved.