MonobjcMonobjc Documented Class Library
InitImageCell Method (anImage)
NamespacesMonobjc.AppKitNSCellInitImageCell(NSImage)

Returns an NSCell object initialized with the specified image and set to have the cell’s default menu.

Original signature is '- (id)initImageCell:(NSImage *)anImage'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitImageCell(
	NSImage anImage
)
Public Overridable Function InitImageCell ( _
	anImage As NSImage _
) As Id
public:
virtual Id^ InitImageCell(
	NSImage^ anImage
)
Parameters
anImage (NSImage)
The image to use for the cell. If this parameter is nil, no image is set.
Return Value
An initialized NSCell object, or nil if the cell could not be initialized.
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)