accToolbar Property


object = accToolbar(wndID);

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

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.

See also

wnd Overview | MS Accessibility

 


© 2003 Lightweight Technologies. All rights reserved.