accCursor Property


object = accCursor(wndID);

Will search for a child accessible object having the ROLE_SYSTEM_CURSOR 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 accName property of a cursor object is one of the following:

ShapeName
Custom cursor"Unknown"
IDC_ARROW "Normal"
IDC_IBEAM "Edit"
IDC_WAIT "Wait"
IDC_CROSS "Graphic"
IDC_UPARROW "Up"
IDC_SIZENWSE "NWSE size"
IDC_SIZENESW "NESW size"
IDC_SIZEWE "Horizontal size"
IDC_SIZENS "Vertical size"
IDC_SIZEALL "Move"
IDC_NO "Forbidden"
IDC_APPSTARTING "App start"
IDC_HELP "Help"

See also

wnd Overview | MS Accessibility

 


© 2003 Lightweight Technologies. All rights reserved.