ListViewItem Properties |
The ListViewItem type exposes the following members.
Name | Description | |
---|---|---|
Disabled |
A logical value that is TRUE if the image of a list view item is displayed in a disabled fashion.
| |
DropTarget |
A logical value that is TRUE if the list view item is highlighted as the target of a drag and drop operation.
| |
Focused |
A logical value that is TRUE if the list view item is focused.
| |
ImageIndex |
A numeric value that represents the index of the list view item's image in the image list.
| |
Indent |
Sets the indentation of a ListView item.
| |
ItemIndex |
A numeric value that represents the index of the list view item in the list view control.
| |
OverlayImageIndex |
A numeric value that represents the index of the list view item's overlay image in the image list.
| |
Selected |
A logical value that is TRUE if the list view item is selected.
| |
StateImageIndex |
A numeric value that represents the index of the list view item's state image in the state image list.
|