object = accClient(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_CLIENT role.
Represents the client area of a window. Typically all controls on a window are child controls of its client area. The accName property will be the same as the parent window.
wnd Overview | MS Accessibility