object = accPushButton(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_PUSHBUTTON role.
Represents a common push button object. Default action (accDoDefaultAction) clicks the button. The accName property returns the text displayed on the button.
wnd Overview | MS Accessibility