Enum ColumnState
Represents the visual state of an image list column.
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
[Flags]
public enum ColumnState
Fields
| Name | Description |
|---|---|
| Hovered | Mouse cursor is over the column. |
| None | The column is not hovered. |
| SeparatorHovered | Mouse cursor is over the column separator. |
| SeparatorSelected | Column separator is being dragged. |
| SortColumn | The column is the sort column. |