object = accSlider(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_SLIDER role.
This object represents a slider control. Its accName is the name of a static control which labels the slider. It contains as children a thumb (accIndicator) and the two areas on the sides of the thumb, acting as push buttons. The default action on the button-areas is to click them, generating a page scroll. The value (accValue) of a slider is its current position, a number between 0 and 100.
wnd Overview | MS Accessibility