Returns the editable DOM object located at a given point.
Original signature is '- (DOMRange *)editableDOMRangeForPoint:(NSPoint)point'
Available in Mac OS X v10.3.9 and later.


- point (NSPoint)
- The location of the editable DOM object.

A single range object of the editable DOM object located at point in the receiver’s coordinates.

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