Defines constants that represent the possible states of a ListViewItem.
| C# | Visual Basic |
[FlagsAttribute] public enum ListViewItemStates
<FlagsAttribute> _ Public Enumeration ListViewItemStates
| Member | Description |
|---|---|
| Selected |
The item is selected.
|
| Grayed |
The item is disabled.
|
| Checked |
The item is checked.
|
| Focused |
The item has focus.
|
| Default |
The item is in its default state.
|
| Hot |
The item is currently under the mouse pointer.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|