object = accList(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_LIST role.
Represents a control which contains a list of items, for example a list box or a list view control. The default action (accDoDefaultAction) only applies to its items, and simulates a double click. The accChildCount returns the number of items in the list. The accName applied to an item returns the text of the item. In the case of list view controls, which can have multiple columns, accName returns the text of the first and accDescription returns the text in the other columns, comma separated.
wnd Overview | MS Accessibility