MonobjcMonobjc Documented Class Library
NSCellStateValue Enumeration
NamespacesMonobjc.AppKitNSCellStateValue

These constants specify a cell’s state and are used mostly for buttons. These constants are described in Cell States of Control and Cell Programming Topics for Cocoa.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSCellStateValue
Public Enumeration NSCellStateValue
public enum class NSCellStateValue
Members
MemberDescription
NSMixedState

The corresponding feature is in effect somewhere.

Available in Mac OS X v10.0 and later.


NSOffState

The corresponding feature is in effect nowhere.

Available in Mac OS X v10.0 and later.


NSOnState

The corresponding feature is in effect everywhere.

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)