object = accToolbar(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_TOOLBAR role.
The toolbar has its buttons as simple child items. The default action (accDoDefaultAction) for a toolbar item is to simulate a mouse click. For a drop-down style button the default action will open its submenu.
wnd Overview | MS Accessibility