Returns the menu item cell at the specified location.
Original signature is '- (NSMenuItemCell *)menuItemCellForItemAtIndex:(NSInteger)index'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSMenuItemCell MenuItemCellForItemAtIndex( NSInteger index )
Public Overridable Function MenuItemCellForItemAtIndex ( _ index As NSInteger _ ) As NSMenuItemCell
public: virtual NSMenuItemCell^ MenuItemCellForItemAtIndex( NSInteger index )

- index (NSInteger)
- MISSING

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

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