The possible states for the browser cell. These values are used by the cellState method.
Available in Mac OS X v10.6 and later.
| C# | Visual Basic | Visual C++ |
public enum IKImageBrowserCellState
Public Enumeration IKImageBrowserCellState
public enum class IKImageBrowserCellState
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)