MonobjcMonobjc Documented Class Library
SetMenuItemCellForItemAtIndex Method (cell, index)
NamespacesMonobjc.AppKitNSMenuViewSetMenuItemCellForItemAtIndex(NSMenuItemCell, NSInteger)

Replaces the menu item cell at a specific location.

Original signature is '- (void)setMenuItemCell:(NSMenuItemCell *)cell forItemAtIndex:(NSInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetMenuItemCellForItemAtIndex(
	NSMenuItemCell cell,
	NSInteger index
)
Public Overridable Sub SetMenuItemCellForItemAtIndex ( _
	cell As NSMenuItemCell, _
	index As NSInteger _
)
public:
virtual void SetMenuItemCellForItemAtIndex(
	NSMenuItemCell^ cell, 
	NSInteger index
)
Parameters
cell (NSMenuItemCell)
MISSING
index (NSInteger)
MISSING
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)