object = accSpinButton(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_SPINBUTTON role.
A spin control has its two buttons as children, and their default action (accDoDefaultAction) is 'click'. Its value (accValue) is the value contained in its text field.
wnd Overview | MS Accessibility