accProgressBar Property


object = accProgressBar(wndID);

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

Represents a progress bar control. Its accName is the text in a static control which labels the progress bar. Its value (accValue) is a number between 0 and 100, showing the current progress.

See also

wnd Overview | MS Accessibility

 


© 2003 Lightweight Technologies. All rights reserved.