MonobjcMonobjc Documented Class Library
IKImageBrowserCellState Enumeration
NamespacesMonobjc.QuartzIKImageBrowserCellState

The possible states for the browser cell. These values are used by the cellState method.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum IKImageBrowserCellState
Public Enumeration IKImageBrowserCellState
public enum class IKImageBrowserCellState
Members
MemberDescription
IKImageStateNoImage

Returned until a thumbnail has been created from the represented object.

Available in Mac OS X v10.6 and later.


IKImageStateInvalid

The thumbnail is invalid. For example, an unsupported image is provided.

Available in Mac OS X v10.6 and later.


IKImageStateReady

The receiver’s represented object has been set and the cell is ready to display.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)