MonobjcMonobjc Documented Class Library
DrawCell Method (aCell)
NamespacesMonobjc.AppKitNSControlDrawCell(NSCell)

Draws the specified cell, as long as it belongs to the receiver.

Original signature is '- (void)drawCell:(NSCell *)aCell'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawCell(
	NSCell aCell
)
Public Overridable Sub DrawCell ( _
	aCell As NSCell _
)
public:
virtual void DrawCell(
	NSCell^ aCell
)
Parameters
aCell (NSCell)
The cell to draw. If the cell does not belong to the receiver, this method does nothing.
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)