accSlider Property


object = accSlider(wndID);

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

See also

wnd Overview | MS Accessibility

 


© 2003 Lightweight Technologies. All rights reserved.