accPageTab Property
object = accPageTab(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_PAGETAB 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 object is a page on a tab control. Its default action is to click the tab. The accName property
returns the text displayed on the page tab.
See also
wnd Overview | MS Accessibility
 
© 2003 Lightweight Technologies. All rights reserved.