Enum ItemState
Represents the visual state of an image list view item.
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
[Flags]
public enum ItemState
Fields
Name | Description |
---|---|
Disabled | The item is disabled. |
Focused | The item has the input focus. |
Hovered | Mouse cursor is over the item. |
None | The item is neither selected nor hovered. |
Selected | The item is selected. |