accListItem Property


object = accListItem(wndID);

Will search for a child accessible object having the ROLE_SYSTEM_LISTITEM 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 is an item in a list object, for example in a combo box or list box. It is usually implemented as a simple child of the list, rather than a separate object.

See also

wnd Overview | MS Accessibility

 


© 2003 Lightweight Technologies. All rights reserved.