MonobjcMonobjc Documented Class Library
RectOfItemAtIndex Method (index)
NamespacesMonobjc.AppKitNSMenuViewRectOfItemAtIndex(NSInteger)

Returns the drawing rectangle of the specified menu item.

Original signature is '- (NSRect)rectOfItemAtIndex:(NSInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect RectOfItemAtIndex(
	NSInteger index
)
Public Overridable Function RectOfItemAtIndex ( _
	index As NSInteger _
) As NSRect
public:
virtual NSRect RectOfItemAtIndex(
	NSInteger index
)
Parameters
index (NSInteger)
MISSING
Return Value

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

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)