Enum CacheState
Represents the cache state of a thumbnail image.
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public enum CacheState
Fields
| Name | Description |
|---|---|
| Cached | Item thumbnail is cached. |
| Error | An error occurred while creating the item thumbnail. |
| Unknown | The item is either not cached or it is in the cache queue. |