MonobjcMonobjc Documented Class Library
AccessibilityHitTest Method (point)
NamespacesMonobjc.AppKitINSAccessibilityAccessibilityHitTest(NSPoint)

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.

Declaration Syntax
C#Visual BasicVisual C++
Id AccessibilityHitTest(
	NSPoint point
)
Function AccessibilityHitTest ( _
	point As NSPoint _
) As Id
Id^ AccessibilityHitTest(
	NSPoint point
)
Parameters
point (NSPoint)
The point being hit-tested, in lower-left relative screen coordinates.
Return Value
The deepest accessibility element in the accessibility hierarchy that contains the specified point.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)