Returns the deepest descendant of the accessibility hierarchy that contains the specified point.
Original signature is '- (id)accessibilityHitTest:(NSPoint)point'
Available in Mac OS X v10.2 and later.


- point (NSPoint)
- The point being hit-tested, in lower-left relative screen coordinates.

The deepest accessibility element in the accessibility hierarchy that contains the specified point.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)