accGrip Property


object = accGrip(wndID);

Will search for a child accessible object having the ROLE_SYSTEM_GRIP 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 size grip object is the lower-right area of a window which allows resizing of a window. It has no default action (accDoDefaultAction). Active Accessibility creates invisible grips for all windows; by default these are filtered out in Window Explorer.

See also

wnd Overview | MS Accessibility

 


© 2003 Lightweight Technologies. All rights reserved.