MonobjcMonobjc Documented Class Library
SetCellClass Method (factoryId)
NamespacesMonobjc.AppKitNSBrowserSetCellClass(Class)

Sets the class of the cell to be used by the matrices in the columns of the browser.

Original signature is '- (void)setCellClass:(Class)factoryId'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetCellClass(
	Class factoryId
)
Public Overridable Sub SetCellClass ( _
	factoryId As Class _
)
public:
virtual void SetCellClass(
	Class^ factoryId
)
Parameters
factoryId (Class)
The class of NSCell used by the matrices in the columns of the browser. This method creates an instance of the class and calls setCellPrototype:.
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)