accCheckButton Property


object = accCheckButton(wndID);

Will search for a child accessible object having the ROLE_SYSTEM_CHECKBUTTON 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

This object represents a check box control. Its default action (accDoDefaultAction) cycles the check box through its checked-unchecked-indeterminate states. The current state can be determined using accIsChecked and accIsMixed (for the third, indeterminate state).

See also

wnd Overview | MS Accessibility

 


© 2003 Lightweight Technologies. All rights reserved.