MonobjcMonobjc Documented Class Library
MenuItemCellForItemAtIndex Method (index)
NamespacesMonobjc.AppKitNSMenuViewMenuItemCellForItemAtIndex(NSInteger)

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.

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

[Missing <returns> documentation for "M:Monobjc.AppKit.NSMenuView.MenuItemCellForItemAtIndex(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)