MonobjcMonobjc Documented Class Library
NSCellType Enumeration
NamespacesMonobjc.AppKitNSCellType

These constants specify how a cell represents its data (as text or as an image). These constants are used by setType: and type.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSCellType
Public Enumeration NSCellType
public enum class NSCellType
Members
MemberDescription
NSNullCellType

Cell displays nothing.

Available in Mac OS X v10.0 and later.


NSTextCellType

Cell displays text.

Available in Mac OS X v10.0 and later.


NSImageCellType

Cell displays images.

Available in Mac OS X v10.0 and later.


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)