accTitleBar Property


object = accTitleBar(wndID);

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

A title bar displays the name of the window and also contains the minimize, maximize, close, context help and IME buttons as simple elements. The accValue property returns the title text.

See also

wnd Overview | MS Accessibility

 


© 2003 Lightweight Technologies. All rights reserved.