MonobjcMonobjc Documented Class Library
IndexOfItemAtPoint Method (point)
NamespacesMonobjc.AppKitNSMenuViewIndexOfItemAtPoint(NSPoint)

Returns the index of the menu item underneath the specified or –1 if no menu item is underneath that point.

Original signature is '- (NSInteger)indexOfItemAtPoint:(NSPoint)point'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger IndexOfItemAtPoint(
	NSPoint point
)
Public Overridable Function IndexOfItemAtPoint ( _
	point As NSPoint _
) As NSInteger
public:
virtual NSInteger IndexOfItemAtPoint(
	NSPoint point
)
Parameters
point (NSPoint)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSMenuView.IndexOfItemAtPoint(Monobjc.Foundation.NSPoint)"]

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)